[BACK]Return to translation-explained.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/translation-explained.html between version 1.13 and 1.14

version 1.13, 2006/04/12 12:39:11 version 1.14, 2006/10/03 12:11:32
Line 274 
Line 274 
 an OpenBSD anonymous CVS mirror near you that is updated frequently.  an OpenBSD anonymous CVS mirror near you that is updated frequently.
 Suppose you are located in Germany. According to the <a  Suppose you are located in Germany. According to the <a
 href="anoncvs.html">OpenBSD AnonCVS</a> page,  href="anoncvs.html">OpenBSD AnonCVS</a> page,
 <i>anoncvs2.de.openbsd.org</i> looks like a good candidate. It is  <i>anoncvs.de.openbsd.org</i> looks like a good candidate. It is
 maintained by one of the OpenBSD developers (Alexander von Gernler) and  maintained by one of the OpenBSD developers (Alexander von Gernler) and
 updated every 2 hours. Moreover, it offers CVS through SSH. Let's use it  updated every 2 hours. Moreover, it offers CVS through SSH. Let's use it
 to obtain the working copy of the <i>www</i> CVS module:  to obtain the working copy of the <i>www</i> CVS module:
   
 <pre>  <pre>
   $ cd /home/username/devel/openbsd    $ cd /home/username/devel/openbsd
   $ cvs -d "anoncvs@anoncvs2.de.openbsd.org:/cvs" checkout -d "openbsd-www" www    $ cvs -d "anoncvs@anoncvs.de.openbsd.org:/cvs" checkout -d "openbsd-www" www
 </pre>  </pre>
   
 <p>  <p>
 The latter command will connect to  The latter command will connect to
 <i>anoncvs@anoncvs2.de.openbsd.org</i> using SSH as user <i>anoncvs</i>  <i>anoncvs@anoncvs.de.openbsd.org</i> using SSH as user <i>anoncvs</i>
 to retrieve a working copy of the <i>www </i> CVS module and store it  to retrieve a working copy of the <i>www </i> CVS module and store it
 under <i>openbsd-www</i>. SSH won't ask for authentication since we are  under <i>openbsd-www</i>. SSH won't ask for authentication since we are
 using an anonymous CVS account. Depending on your connection speed, this  using an anonymous CVS account. Depending on your connection speed, this

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14