Annotation of hypermess/hypermail/README.CVS, revision 1.3

1.1       kahan       1: From: Ashley M. Kirchner <ashley@pcraft.com>
                      2: 
                      3:   (edited by Daniel Stenberg)
                      4: 
                      5:   CVS Server is up and running folks.  Thanks to Elliot Lee
                      6:   <sopwith@redhat.com> for helping with setting it up, Daniel Stenberg
                      7:   <Daniel.Stenberg@sth.frontec.se> with his contributions and everyone else
                      8:   for being so patient while we make the transition from one place to another.
                      9:   There is still alot of work to be done with 'The Hyper Project' as I
                     10:   lovingly call it now. :) But together we'll all get there, helping one
                     11:   another.
                     12: 
                     13:   Now on to the info for the CVS server:
                     14: 
                     15:        Address: :pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail
                     16: 
                     17:   The 'cvs' user doesn't have a password, so just hit return when it asks you
                     18:   for one.  Also, the cvs user only has read access, so don't try to do
                     19:   anything funny. :)
                     20: 
                     21:   For those of you who have never used a cvs server to grab sources, here's a
                     22:   short rundown of the thing:
                     23: 
                     24:    - Obtain the cvs source at http://download.cyclic.com/pub/
                     25: 
                     26:    - Compile and install the client (you can disable the server with the
                     27:      --disable-server during the 'configure' command.  Read the INSTALL
                     28:      file once you're uncompressed the archive)
                     29: 
                     30:    - Once installed, set your CVSROOT enviroment to:
                     31: 
                     32:      :pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail
                     33: 
                     34:      For sh, bash and ksh users, execute the following commands:
                     35:      CVSROOT=:pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail
                     36:      export CVSROOT
                     37:      (or you can stick them in your .profile and/or .bash_profile file)
                     38: 
                     39:      For C shell users (csh, tcsh), you can do the following:
                     40:      setenv CVSROOT :pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail
                     41:      (or stick it in your .cshrc and/or .login file)
                     42: 
                     43:    - From here you can login to the server with:
                     44:      # cvs login
                     45:      (Logging in to cvs@cvs.hypermail.yeehaw.net)
                     46:      CVS password:  <-- hit RETURN (cvs user password is blank)
                     47: 
                     48:    - Now you're ready to grab the source
                     49:      # cvs checkout hypermail
                     50: 
                     51:      This will create a mirror of the sources in your account/on your machine
                     52:      called 'hypermail' that you can then compile and play with (just play
                     53:      safe and clean, ok?)
                     54: 
                     55:    - Once done, don't forget to log out:
                     56:      # cvs logout
                     57: 
                     58:   All of the above commands can be performed without having to set a CVSROOT
                     59:   enviroment if you want, it's just a lot more to type in since you'll have to
                     60:   specify the directory every time with:
                     61: 
                     62:    -d :pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail
                     63: 
                     64:   eg: cvs -d :pserver:cvs@cvs.hypermail.yeehaw.net:/cvs/hypermail login
                     65: 
                     66: 
                     67: Cheers.
1.2       kahan      68: 
                     69:   Addendum: You can also browse the repository at:
                     70:     http://www.hypermail.yeehaw.net/cgi-bin/cvsweb.cgi/

Webmaster