From: Walter Wong Date: Mon, 17 Sep 2001 20:26:24 +0000 (+0000) Subject: readme-cvs-update-with-instructions-20010917 X-Git-Tag: openafs-devel-1_3_0~298 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=eb2727a6a74d634b054c5a757e65e14ec7f94931 readme-cvs-update-with-instructions-20010917 providedetails about openafs cvs --- diff --git a/README.CVS b/README.CVS index 10e7082..4d19392 100644 --- a/README.CVS +++ b/README.CVS @@ -10,4 +10,40 @@ CVS snapshots do not include files generated by autoconf; You can run regen.sh (at the top level) to create these files. You will need to have autoconf installed on your system. +********* +Using CVS +********* +Summary +------- + CVSROOT: :pserver:anonymous@cvs.openafs.org:/cvs + password: anonymous + +Step-by-step +------------ + +1. Obtain the CVS software. Go to http://www.cvshome.org + +2. Set the environment variable CVSROOT to the CVSROOT listed above, e.g. + (csh) setenv CVSROOT :pserver:anonymous@cvs.openafs.org:/cvs + (sh) CVSROOT=:pserver:anonymous@cvs.openafs.org:/cvs; export CVSROOT + (dos) set CVSROOT=:pserver:anonymous@cvs.openafs.org:/cvs + +3. Run the following commands: + % cvs login + + When prompted for the password, use the password listed above. + + % cvs checkout openafs + +After this command completes there will be an openafs subdirectory +with the latest sources. + +Useful commands are "cvs update", "cvs diff', "cvs log". Refer to the +CVS documentation for more details and options. + +Note that you can not do the "cvs commit" as an anonymous user. + +Code changes may be sent to: + openafs-bugs@openafs.org (private list) + openafs-devel@openafs.org (public list)