shlib-rationalization-200510155
[openafs.git] / README.CVS
1 *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING*
2 The CVS tree may not always have code which can currently be built.
3 While every effort is made to keep the head of the tree buildable,
4 you may at any time find yourself between commits and hence have a tree
5 which does not build, or worse, causes more serious problems!
6
7 Do not use the CVS tree unless you know what you're doing.
8
9 CVS snapshots do not include files generated by autoconf; You can
10 run regen.sh (at the top level) to create these files. You will need
11 to have autoconf and automake installed on your system.
12
13 *********
14 Using CVS
15 *********
16
17 Summary
18 -------
19       CVSROOT:                :pserver:anonymous@cvs.openafs.org:/cvs
20       password:               anonymous
21
22 Step-by-step
23 ------------
24
25 1. Obtain the CVS software. Go to http://www.cvshome.org
26
27 2. Set the environment variable CVSROOT to the CVSROOT listed above, e.g.
28       (csh)  setenv CVSROOT :pserver:anonymous@cvs.openafs.org:/cvs
29       (sh)   CVSROOT=:pserver:anonymous@cvs.openafs.org:/cvs; export CVSROOT
30       (dos)  set CVSROOT=:pserver:anonymous@cvs.openafs.org:/cvs
31
32 3. Run the following commands:  
33    % cvs login 
34    
35        When prompted for the password, use the password listed above.
36
37    % cvs checkout openafs
38
39 After this command completes there will be an openafs subdirectory
40 with the latest sources.
41
42 Useful commands are "cvs update", "cvs diff', "cvs log". Refer to the
43 CVS documentation for more details and options.
44
45 Note that you can not do the "cvs commit" as an anonymous user.
46
47 Code changes may be sent to: 
48       openafs-bugs@openafs.org (private list)
49       openafs-devel@openafs.org (public list)