[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/index.html between version 1.43 and 1.44

version 1.43, 1996/07/11 17:45:39 version 1.44, 1996/07/16 23:11:25
Line 374 
Line 374 
 </p>  </p>
   
 <p>  <p>
   Here is how someone using anoncvs regularily would update his
   source tree:
   <pre>
   # setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
   # cd /usr
   # cvs -q get -PA src
   </pre>
   or similarily later on he might try
   <pre>
   # cd /usr/src
   # cvs -q up -PAd
   </pre>
   Everytime you ran this it would syncronize your /usr/src tree; it would
   also not destroy any of your local changes.
   </p>
   
   <p>
 The CVS man page (included with the CVS sources) has much more  The CVS man page (included with the CVS sources) has much more
 information about how CVS can be used.  information about how CVS can be used.
 </p>  </p>

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44