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

Diff for /www/Attic/cvsup.html between version 1.97 and 1.98

version 1.97, 2005/12/13 17:36:47 version 1.98, 2006/03/17 07:54:10
Line 150 
Line 150 
 </a></h3>  </a></h3>
   
 <p>  <p>
 It is now simple to check out any one of the CVSup'ed repositories.  It is now simple to check out any one of the CVSup'ed repositories:
 For Korn/Bourne shells:  
 <pre>  <pre>
         # cd /usr          # cd /usr
         # CVSROOT=/cvs cvs checkout src          # cvs -d /cvs checkout src
 </pre>  </pre>
 <p>  
 For csh and its derivatives:  
 <pre>  
         # cd /usr  
         # setenv CVSROOT /cvs  
         # cvs checkout src  
 </pre>  
   
 <p>  <p>
 The above will check out the most current sources. Many of you will only  The above will check out the most current sources. Many of you will only
Line 171 
Line 163 
 For example:  For example:
 <pre>  <pre>
         # cd /usr          # cd /usr
         # cvs checkout -rOPENBSD_3_7 src          # cvs -d /cvs checkout -rOPENBSD_3_7 src
 </pre>  </pre>
 <p>  <p>
 Or <tt>OPENBSD_3_6</tt> for 3.6, etc.  Or <tt>OPENBSD_3_6</tt> for 3.6, etc.

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98