Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test:cvs [2007/04/02 15:33] fantasaitest:cvs [2014/12/09 15:48] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 //This document is licensed under the [[http://creativecommons.org/licenses/by-sa/2.0/|Creative Commons Attribution Share-Alike License 2.0]]. The [[http://developer.mozilla.org/tools/cvs/|original]] was written for [[http://www.mozilla.org/|mozilla.org]].// //This document is licensed under the [[http://creativecommons.org/licenses/by-sa/2.0/|Creative Commons Attribution Share-Alike License 2.0]]. The [[http://developer.mozilla.org/tools/cvs/|original]] was written for [[http://www.mozilla.org/|mozilla.org]].//
 +
  
 ===== What is CVS? ===== ===== What is CVS? =====
  
 <html> <html>
-  <p><dfn>CVS</dfn> is the <a href="https://www.cvshome.org/">Concurrent+  <p><dfn>CVS</dfn> is the <a href="http://www.nongnu.org/cvs/">Concurrent
     Versions System</a>. It lets multiple people work on the same set of     Versions System</a>. It lets multiple people work on the same set of
     project files at the same time without clobbering each others' changes,     project files at the same time without clobbering each others' changes,
Line 24: Line 25:
 ===== Using Command-line CVS ===== ===== Using Command-line CVS =====
  
-==== Setting ''$CVSROOT'' ====+==== Setting $CVSROOT ====
  
 <html> <html>
Line 33: Line 34:
       environment variable is usually the most convenient because then you       environment variable is usually the most convenient because then you
       only have to type it once; subsequent <code class="command">cvs</code>       only have to type it once; subsequent <code class="command">cvs</code>
- 
       commands will all use that <code>$CVSROOT</code> setting.</p>       commands will all use that <code>$CVSROOT</code> setting.</p>
  
Line 47: Line 47:
       </dl>       </dl>
       <p>where <var>cvsroot-string</var> is of the form       <p>where <var>cvsroot-string</var> is of the form
-        <code>:protocol:username@server:/path-to-repository</code>.</p+        <code>:protocol:username@server:/path-to-repository</code>(<strong>The 
 +        <var>cvsroot-string</varfor anonymous read-only access to dev.w3.org 
 +        is <code>:pserver:anonymous@dev.w3.org:/sources/public</code>.</strong>)</p>
     </div>     </div>
  
     <p>To use <code>-d</code> instead, add <kbd>-d <var>cvsroot-string</var></kbd>     <p>To use <code>-d</code> instead, add <kbd>-d <var>cvsroot-string</var></kbd>
       as the first argument after 'cvs' in each <code class="command">cvs</code>       as the first argument after 'cvs' in each <code class="command">cvs</code>
-      command.</p>+      command. For example:</p>
  
     <div class="example" title="Using the -d Option to Perform a Checkout">     <div class="example" title="Using the -d Option to Perform a Checkout">
 
test/cvs.1175553186.txt.gz · Last modified: 2014/12/09 15:48 (external edit)
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki