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

Diff for /www/Attic/cvsync.html between version 1.47 and 1.48

version 1.47, 2008/01/14 15:49:54 version 1.48, 2008/01/29 01:33:53
Line 141 
Line 141 
 </pre>  </pre>
   
 <h3><a name="using">  <h3><a name="using">
 <font color="#0000e0">Using CVS to Update Your Source Tree</font>  <font color="#0000e0">Using CVS to Work With Your Repository</font>
 </a></h3>  </a></h3>
   
 <p>  <p>
 It is now simple to check out any one of the CVSync'ed repositories:  Now that you have a local copy of the CVS repository, it is now simple
 </p>  to check out, update, or do any of the other CVS operations you would
   normally do against a remote repository, locally.
   Fore example:
 <pre>  <pre>
         # cd /usr          cvs -d/cvs checkout src -P
         # cvs -d /cvs checkout src          cvs -d/cvs up -Pd
           cvs -d/cvs diff -u file.c
 </pre>  </pre>
   More details on CVS operation can be found in
   <a href="faq/faq5.html#BldGetSrc">FAQ5, Fetching appropriate source
   code</a> and in the
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a>
   man page.
   
 <p>  
 The above will check out the most current sources. Many of you will only  
 want the release sources, especially if you are patching your system.  To  
 checkout release sources you must specify a tag along with your command.  
 For example:  
 </p>  
 <pre>  
         # cd /usr  
         # cvs -d /cvs checkout -rOPENBSD_3_5 src  
 </pre>  
 <p>  
 Or <tt>OPENBSD_3_4</tt> for 3.4, etc.  
 </p>  
   
 <h3>  <h3>
 <a name="CVSROOT"><font color="#0000e0">Available CVSync Servers</font></a>  <a name="CVSROOT"><font color="#0000e0">Available CVSync Servers</font></a>
 </h3>  </h3>
Line 234 
Line 228 
 server in question.  server in question.
 </p>  </p>
 <p>  <p>
 As of August 21, 2006, the CVS repository sizes are  As of January, 2008, the CVS repository sizes are
 </p>  </p>
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>openbsd-ports</strong></td>      <td><strong>openbsd-ports</strong></td>
     <td>- <b>222</b>MB</td></tr>      <td>- <b>310</b>MB</td></tr>
 <tr><td></td>  <tr><td></td>
     <td><strong>openbsd-src</strong></td>      <td><strong>openbsd-src</strong></td>
     <td>- <b>1396</b>MB</td></tr>      <td>- <b>1500</b>MB</td></tr>
 <tr><td></td>  <tr><td></td>
     <td><strong>openbsd-www</strong></td>      <td><strong>openbsd-www</strong></td>
     <td>- <b>247</b>MB</td></tr>      <td>- <b>350</b>MB</td></tr>
 <tr><td></td>  <tr><td></td>
       <td><strong>openbsd-xenocara</strong></td>
       <td>- <b>600</b>MB</td></tr>
   <tr><td></td>
     <td><strong>openbsd-x11</strong></td>      <td><strong>openbsd-x11</strong></td>
     <td>- <b>200</b>MB</td></tr>      <td>- <b>200</b>MB</td></tr>
 <tr><td></td>  <tr><td></td>
     <td><strong>openbsd-xf4</strong></td>      <td><strong>openbsd-xf4</strong></td>
     <td>- <b>562</b>MB</td></tr>      <td>- <b>564</b>MB</td></tr>
 <tr><td></td>  <tr><td></td>
     <td><strong>openbsd-cvsroot</strong></td>      <td><strong>openbsd-cvsroot</strong></td>
     <td>- <b>408</b>MB</td></tr>      <td>- <b>408</b>MB</td></tr>

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48