mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
readme-cvs-update-with-instructions-20010917
providedetails about openafs cvs
This commit is contained in:
parent
82e061df41
commit
eb2727a6a7
36
README.CVS
36
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)
|
||||
|
Loading…
Reference in New Issue
Block a user