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

Diff for /www/Attic/cvsync.html between version 1.136 and 1.137

version 1.136, 2017/05/27 05:53:38 version 1.137, 2017/06/26 17:18:57
Line 27 
Line 27 
 <h3 id="CVSync">What Is CVSync?</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="https://man.openbsd.org/cvs">cvs(1)</a>
 repository on a remote server host.  repository on a remote server host.
 The OpenBSD sources are maintained in a CVS repository on a central  The OpenBSD sources are maintained in a CVS repository on a central
 development machine in Canada.  development machine in Canada.
Line 40 
Line 40 
 Thus all updates are instigated by the client.  The server never sends  Thus all updates are instigated by the client.  The server never sends
 unsolicited updates.  Users must either run the <b>CVSync</b> client  unsolicited updates.  Users must either run the <b>CVSync</b> client
 manually to get an update, or they must set up a  manually to get an update, or they must set up a
 <a href="http://man.openbsd.org/cron">cron(8)</a> job to run it  <a href="https://man.openbsd.org/cron">cron(8)</a> job to run it
 automatically on a regular basis.  automatically on a regular basis.
   
 <p>  <p>
Line 102 
Line 102 
 <p>  <p>
 This directs cvsync to refresh all OpenBSD distributions from  This directs cvsync to refresh all OpenBSD distributions from
 <b>anoncvs.eu.openbsd.org</b> with a  <b>anoncvs.eu.openbsd.org</b> with a
 <a href="http://man.openbsd.org/umask">umask(2)</a> that permits group write  <a href="https://man.openbsd.org/umask">umask(2)</a> that permits group write
 permission to the local repository.  permission to the local repository.
   
 <p>  <p>
Line 127 
Line 127 
 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
 code</a> and in the  code</a> and in the
 <a href="http://man.openbsd.org/cvs">cvs(1)</a>  <a href="https://man.openbsd.org/cvs">cvs(1)</a>
 man page.  man page.
   
 <h3 id="CVSROOT">Available CVSync Servers</h3>  <h3 id="CVSROOT">Available CVSync Servers</h3>
Line 205 
Line 205 
 href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>  href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
   
 <p>  <p>
 You may want to use <a href="http://man.openbsd.org/traceroute">traceroute(8)</a>  You may want to use <a href="https://man.openbsd.org/traceroute">traceroute(8)</a>
 to find out which server is nearest you.  to find out which server is nearest you.
 Problems with a server should be reported to the <b>maintainer</b> of the  Problems with a server should be reported to the <b>maintainer</b> of the
 server in question.  server in question.

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137