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

Diff for /www/anoncvs.html between version 1.467 and 1.468

version 1.467, 2016/09/21 11:24:45 version 1.468, 2016/10/22 17:30:35
Line 65 
Line 65 
 <li>Read-only access for everyone  <li>Read-only access for everyone
 </ul>  </ul>
   
 <h3 id="starting">Getting started using Anonymous CVS</h3>  <h3 id="starting">Pre-loading the source tree</h3>
   
 While you can download the entire source tree from an anoncvs server, you can  While you can download the entire source tree from an AnonCVS server, you can
 save time and bandwidth by preloading your tree with the source tarballs.  save time and bandwidth by pre-loading your tree with the source tarballs.
 This is particularly true if you are running  This is particularly true if you are running
 <a href="stable.html"><i>-stable</i></a>, as relatively few files change  <a href="stable.html"><i>-stable</i></a>, as relatively few files change
 between the <i>-release</i> and <i>-stable</i>.  between the <i>-release</i> and <i>-stable</i>.
   
 <p>  <p>
 The source files for download from the <a href="ftp.html">mirrors</a> are  The source files for download from the <a href="ftp.html">mirrors</a> are
 separated into two files to reduce the time required to download for those  separated into two files to reduce the download time for those wishing to
 wishing to work with only one part of the tree.  work with only one part of the tree.
 The kernel sources are in <tt>sys.tar.gz</tt> and the userland sources  The kernel sources are in <tt>sys.tar.gz</tt> and the userland sources
 are in <tt>src.tar.gz</tt>.  are in <tt>src.tar.gz</tt>.
   
   <p>
   The following commands assume you have followed
   <a href="faq/faq5.html#wsrc">these instructions</a> to give a non-root
   user write access to the src, ports and xenocara directories.
   
 <blockquote><pre>  <blockquote><pre>
 # <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 # <b>tar xzf /tmp/src.tar.gz</b>  $ <b>tar xzf /tmp/src.tar.gz</b>
 # <b>tar xzf /tmp/sys.tar.gz</b>  $ <b>tar xzf /tmp/sys.tar.gz</b>
 # <b>cd /usr</b>  $ <b>cd /usr</b>
 # <b>tar xzf /tmp/xenocara.tar.gz</b>  $ <b>tar xzf /tmp/ports.tar.gz</b>
 # <b>tar xzf /tmp/ports.tar.gz</b>  $ <b>tar xzf /tmp/xenocara.tar.gz</b>
 </pre></blockquote>  </pre></blockquote>
   
 <h3 id="using">Using CVS to get and update your source trees</h3>  <h3 id="using">Using CVS to get and update your source trees</h3>

Legend:
Removed from v.1.467  
changed lines
  Added in v.1.468