Difference for ./cvshowto.txt from version 1.8 to 1.9


version 1.8 version 1.9
Line 7
 
Line 7
   
 1) cd <your source dir>  1) cd <your source dir>
   
 1.5) cvs -d ":pserver:<username>@pyropilots.org:/usr/src/cvsroot" login  1.5) cvs -d ":pserver:readonly@reprehensible.net:/var/cvs/d1x" login
   Unless you already know your username, you want "readonly".  When prompted for    When prompted for the password enter "readonly".
   the password enter "readonly".    (If you have full access, export CVS_RSH=ssh, and then use
     :ext:<user>@reprehensible.net:/var/cvs/d1x as the cvsroot)
   
 2) cvs -d ":pserver:<username>@pyropilots.org:/usr/src/cvsroot" checkout d1x  2) cvs -d ":pserver:readonly@reprehensible.net:/var/cvs/d1x" 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)

Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9