From eb2727a6a74d634b054c5a757e65e14ec7f94931 Mon Sep 17 00:00:00 2001 From: Walter Wong Date: Mon, 17 Sep 2001 20:26:24 +0000 Subject: [PATCH] readme-cvs-update-with-instructions-20010917 providedetails about openafs cvs --- README.CVS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.CVS b/README.CVS index 10e7082631..4d193920fd 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)