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

Diff for /www/anoncvs.html between version 1.71 and 1.72

version 1.71, 1998/12/03 04:07:45 version 1.72, 1998/12/03 04:17:56
Line 306 
Line 306 
 wish to append "-I obj" to the cvs command line, this will keep cvs from  wish to append "-I obj" to the cvs command line, this will keep cvs from
 spitting out a warning about all the obj directories it is going to  spitting out a warning about all the obj directories it is going to
 encounter which are not in the repository.  encounter which are not in the repository.
   
   <p>
   <li> NOTE: if you are updating a source tree that you initially fetched
   from a different server, or from a CD, you <strong>must</strong>
   add the <em>-d $CVSROOT</em> options to cvs.  You must also set the
   <em>CVS_IGNORE_REMOTE_ROOT</em> environment variable.
   
   <pre>
   # cd /usr/src
   # cvs -d $CVSROOT -q up -PAd
   </pre>
   
 </li>  </li>
 </ul>  </ul>
   
Line 420 
Line 432 
 <pre>  <pre>
 setenv CVS_IGNORE_REMOTE_ROOT  setenv CVS_IGNORE_REMOTE_ROOT
 </pre>  </pre>
   Note that you will also need to use the <strong>-d</strong> flag
   as mentioned above.
   
 <p><strong>X11 Source tree</strong>  <p><strong>X11 Source tree</strong>
 <br>  <br>

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72