Warning! The Objective Caml development sources no longer reside in this CVS repository and now have their own Subversion (SVN) repository. Refer to the instructions for accessing OCaml's SVN repository.
:pserver:anoncvs@camlcvs.inria.fr:/camlUse the empty password for user
anoncvs
.
No access method other than pserver
is supported.
See the overview of available modules or browse the source tree to determine what to retrieve from the server.
To access the Caml source tree using CVS, you need to do the following:
CVSROOT
environment variable to the following value:
:pserver:anoncvs@camlcvs.inria.fr:/caml
cvs login
and the empty password:
cvs login (Logging in to anoncvs@camlcvs.inria.fr) CVS password:(Just hit the
enter
key in response to the
CVS password:
prompt.)
cvs checkout
dirname to create a local copy
of the sources in the current directory. Useful values of
dirname are shown in this table.
You can also browse the source tree
to determine the name of the subtree in which you are interested.
cvs update
to bring your local copy of the
sources up-to-date with respect to our repository.
If you are not familiar with CVS, extensive documentation is available on Cyclic's Web site.
To conserve bandwith, you may give the -z7
option to
cvs
so that all network traffic is compressed with
gzip
.
Please do not select compression levels greater than 7, since it
loads the server too much. Thank you.
In case of problems, write caml@inria.fr
. Make sure
you understand CVS operation well before writing us; we will not answer
CVS-specific question.