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

Diff for /www/Attic/cvsync.html between version 1.90 and 1.91

version 1.90, 2012/04/28 21:50:43 version 1.91, 2012/04/30 01:57:20
Line 139 
Line 139 
 following command would be used to invoke cvsync  following command would be used to invoke cvsync
 </p>  </p>
 <pre>  <pre>
         cvsync -c cvs-syncfile          <b>cvsync -c cvs-syncfile</b>
 </pre>  </pre>
   
 <h3><a name="using">  <h3><a name="using">
Line 152 
Line 152 
 normally do against a remote repository, locally.  normally do against a remote repository, locally.
 For example:  For example:
 <pre>  <pre>
         cvs -d/cvs checkout src -P          <b>cvs -d/cvs checkout -P src</b>
         cvs -d/cvs up -Pd          <b>cvs -d/cvs up -Pd</b>
         cvs -d/cvs diff -u file.c          <b>cvs -d/cvs diff -u file.c</b>
 </pre>  </pre>
 More details on CVS operation can be found in  More details on CVS operation can be found in
 <a href="faq/faq5.html#BldGetSrc">FAQ5, Fetching appropriate source  <a href="faq/faq5.html#BldGetSrc">FAQ5, Fetching appropriate source

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91