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

Diff for /www/Attic/cvsync.html between version 1.31 and 1.32

version 1.31, 2006/02/04 15:09:23 version 1.32, 2006/03/17 07:54:10
Line 142 
Line 142 
 </a></h3>  </a></h3>
   
 <p>  <p>
 It is now simple to check out any one of the CVSync'ed repositories.  It is now simple to check out any one of the CVSync'ed repositories:
 For Korn/Bourne shells:  
 </p>  </p>
 <pre>  <pre>
         # cd /usr          # cd /usr
         # CVSROOT=/cvs cvs checkout src          # cvs -d /cvs checkout src
 </pre>  </pre>
 <p>  
 For csh and its derivatives:  
 </p>  
 <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 166 
Line 157 
 </p>  </p>
 <pre>  <pre>
         # cd /usr          # cd /usr
         # cvs checkout -rOPENBSD_3_5 src          # cvs -d /cvs checkout -rOPENBSD_3_5 src
 </pre>  </pre>
 <p>  <p>
 Or <tt>OPENBSD_3_4</tt> for 3.4, etc.  Or <tt>OPENBSD_3_4</tt> for 3.4, etc.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32