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

Diff for /www/Attic/cvsync.html between version 1.130 and 1.131

version 1.130, 2016/09/20 17:18:32 version 1.131, 2016/09/20 19:02:21
Line 9 
Line 9 
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/cvsync.html">  <link rel="canonical" href="https://www.openbsd.org/cvsync.html">
   <style type="text/css">
     h3 { color: #0000e0; }
   </style>
 </head>  </head>
   
 <body bgcolor="#FFFFFF" text="#000000" link="#23238E">  <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
Line 21 
Line 24 
 <hr>  <hr>
 <p>  <p>
   
 <h3 id="CVSync"><font color="#0000e0">What Is CVSync?</font></h3>  <h3 id="CVSync">What Is CVSync?</h3>
   
 <b>CVSync</b> is a software package for distributing and updating source  <b>CVSync</b> is a software package for distributing and updating source
 trees from a master <a href="http://man.openbsd.org/cvs">cvs(1)</a>  trees from a master <a href="http://man.openbsd.org/cvs">cvs(1)</a>
Line 60 
Line 63 
   <li><b>xenocara</b> - Houses OpenBSD's active X.org v7 source tree.    <li><b>xenocara</b> - Houses OpenBSD's active X.org v7 source tree.
 </ul>  </ul>
   
 <h3 id="CVS"><font color="#0000e0">What Is CVS?</font></h3>  <h3 id="CVS">What Is CVS?</h3>
   
 CVS is the source code control system used to manage the OpenBSD source  CVS is the source code control system used to manage the OpenBSD source
 tree.  It is described in more detail <a href="anoncvs.html#CVS">here</a>.  tree.  It is described in more detail <a href="anoncvs.html#CVS">here</a>.
Line 69 
Line 72 
 wholesale source tree distribution over the net, and CVSync can be  wholesale source tree distribution over the net, and CVSync can be
 easily an order of magnitude more efficient for this task.  easily an order of magnitude more efficient for this task.
   
 <h3 id="starting"><font color="#0000e0">Getting Started Using CVSync</font></h3>  <h3 id="starting">Getting Started Using CVSync</h3>
   
 If you only care about running CVSync, it is recommended that you  If you only care about running CVSync, it is recommended that you
 download the cvsync package from the <a href="ftp.html">ftp mirror  download the cvsync package from the <a href="ftp.html">ftp mirror
Line 114 
Line 117 
         <b>cvsync -c cvs-syncfile</b>          <b>cvsync -c cvs-syncfile</b>
 </pre>  </pre>
   
 <h3 id="using"><font color="#0000e0">Using CVS to Work With Your Repository  <h3 id="using">Using CVS to Work With Your Repository</h3>
 </font></h3>  
   
 Now that you have a local copy of the CVS repository, it is now simple  Now that you have a local copy of the CVS repository, it is now simple
 to check out, update, or do any of the other CVS operations you would  to check out, update, or do any of the other CVS operations you would
Line 132 
Line 134 
 <a href="http://man.openbsd.org/cvs">cvs(1)</a>  <a href="http://man.openbsd.org/cvs">cvs(1)</a>
 man page.  man page.
   
 <h3 id="CVSROOT"><font color="#0000e0">Available CVSync Servers</font></h3>  <h3 id="CVSROOT">Available CVSync Servers</h3>
   
 The following CVSync servers are available:  The following CVSync servers are available:
   

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131