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

Diff for /www/anoncvs.html between version 1.36 and 1.37

version 1.36, 1997/11/30 14:42:38 version 1.37, 1997/11/30 15:18:57
Line 278 
Line 278 
 # cvs -q get -PA src  # cvs -q get -PA src
 </pre>  </pre>
 </li>  </li>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
 <pre>  <pre>
 # cd /usr  # cd /usr
Line 293 
Line 294 
 </li>  </li>
 </ul>  </ul>
   
   <p>
   To <a name=ports>use</a> <a href=ports.html>ports</a>, it is similar to src:
   <ul><li>
   <pre>
   # setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
   # cd /usr
   # cvs -q get -PA ports
   #
   </li>
   <li> Anytime afterwards, to `update' this tree:
   <pre>
   # cd /usr
   # cvs -q up -PAd ports
   #
   </pre>
   </li>
   </p>
   </ul>
   
 In the above example, '-q' is optional, only intended to minimize  In the above example, '-q' is optional, only intended to minimize
 cvs's output.  For those who like to see screenfulls of output, it  cvs's output.  For those who like to see screenfulls of output, it
 can be omitted.  can be omitted.
Line 304 
Line 324 
 # cd /usr  # cd /usr
 # cvs diff -u src/sys/scsi/cd.c > /tmp/patch  # cvs diff -u src/sys/scsi/cd.c > /tmp/patch
 </pre>  </pre>
   </p>
   
 <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

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37