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

Diff for /www/anoncvs.html between version 1.393 and 1.394

version 1.393, 2014/01/14 15:43:22 version 1.394, 2014/01/14 16:28:43
Line 11 
Line 11 
 <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">  <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">
 <meta name="keywords" content="openbsd,anoncvs,updates">  <meta name="keywords" content="openbsd,anoncvs,updates">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2014 by OpenBSD.">
 </head>  </head>
   
 <body bgcolor="#ffffff" text="#000000">  <body bgcolor="#ffffff" text="#000000">
Line 232 
Line 232 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_4 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_4 -P src</strong>
 </pre>  </pre>
                 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
   
   Anonymous CVS uses passwordless SSH as a transport.
   If this is the first time you have connected to an anoncvs server,
   you will be asked to confirm the SSH fingerprint to ensure that you
   are connecting to the expected server:
   
   <pre>
           $ <strong>cvs -d anoncvs@anoncvs.spacehopper.org:/OpenBSD get src
           The authenticity of host 'anoncvs.spacehopper.org (2001:470:1f09:9a9::b5d)' can't be established.
           ED25519 key fingerprint is 65:ff:bc:e5:c0:a3:e2:17:fa:da:83:ce:de:29:fd:8b.
           Are you sure you want to continue connecting (yes/no)?</strong>
   </pre>
   
   In most cases, the list below includes the fingerprints for the server,
   so you can compare it against the displayed fingerprint as additional
   verification that you are connecting to the correct server.
   Confirm this, and the fingerprint will then be saved as usual.
   
   <pre>
           <strong>Are you sure you want to continue connecting (yes/no)? yes
           Warning: Permanently added 'anoncvs.spacehopper.org' (ED25519) to the list of known hosts.</strong>
           ...
   </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
 <p> (If you are following <i>current</i>):  <p> (If you are following <i>current</i>):
 <pre>  <pre>
Line 256 
Line 278 
 <li> NOTE:  <li> NOTE:
 If you are updating a source tree that you initially fetched  If you are updating a source tree that you initially fetched
 from a different server, or from a CD, you <strong>must</strong>  from a different server, or from a CD, you <strong>must</strong>
 add the <em>-d anoncvs@anoncvs.ca.openbsd.org:/cvs</em> options to cvs.  add the <em>-d [cvsroot]</em> option to cvs.
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd</strong>          # <strong>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd</strong>

Legend:
Removed from v.1.393  
changed lines
  Added in v.1.394