Difference for ./cvshowto.txt from version 1.4 to 1.5


version 1.4 version 1.5
Line 2
 
Line 2
   
 1) cd <your source dir>  1) cd <your source dir>
   
   1.5) cvs -d ":pserver:<username>@pyropilots.org:/usr/src/cvsroot" login
     Unless you already know your username, you want "readonly".  When prompted for
     the password enter "readonly".
   
 2) cvs -d ":pserver:<username>@pyropilots.org:/usr/src/cvsroot" checkout d1x  2) cvs -d ":pserver:<username>@pyropilots.org:/usr/src/cvsroot" checkout d1x
   This will retrieve the source into <current dir>/d1x    This will retrieve the source into <current dir>/d1x
   (you may wish to look into the -z flag, ex "-z6" to compress the code for    (you may wish to look into the -z flag, ex "-z6" to compress the code for
   faster transmission)    faster transmission)
   Unless you already know your username, you want "readonly".  When prompted for  
   the password enter "readonly".  
   
 3) Make your changes and stuff.  (Test them too).  3) Make your changes and stuff.  (Test them too).
   
Line 36
 
Line 38
   (note, only the files that CVS knows about will be commited.  *.o/*.bak/etc    (note, only the files that CVS knows about will be commited.  *.o/*.bak/etc
   will be ignored.  If you want to add a new file, use 'cvs add <file>')    will be ignored.  If you want to add a new file, use 'cvs add <file>')
   
   6) Now that you have the source downloaded, you no longer need steps 1-2.
     Merely do a "cvs update" whenever you want to bring your tree up to the
     latest code, and continue from step 3.
   
 Notes:  Notes:
 It is highly recommend that all developers subscribe to the descent-source  It is highly recommend that all developers subscribe to the descent-source

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5