=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/translation-explained.html,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** www/Attic/translation-explained.html 2006/04/12 12:39:11 1.13 --- www/Attic/translation-explained.html 2006/10/03 12:11:32 1.14 *************** *** 274,292 **** an OpenBSD anonymous CVS mirror near you that is updated frequently. Suppose you are located in Germany. According to the OpenBSD AnonCVS page, ! anoncvs2.de.openbsd.org looks like a good candidate. It is 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 to obtain the working copy of the www CVS module:
    $ cd /home/username/devel/openbsd
!   $ cvs -d "anoncvs@anoncvs2.de.openbsd.org:/cvs" checkout -d "openbsd-www" www
  

The latter command will connect to ! anoncvs@anoncvs2.de.openbsd.org using SSH as user anoncvs to retrieve a working copy of the www CVS module and store it under openbsd-www. SSH won't ask for authentication since we are using an anonymous CVS account. Depending on your connection speed, this --- 274,292 ---- an OpenBSD anonymous CVS mirror near you that is updated frequently. Suppose you are located in Germany. According to the OpenBSD AnonCVS page, ! anoncvs.de.openbsd.org looks like a good candidate. It is 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 to obtain the working copy of the www CVS module:

    $ cd /home/username/devel/openbsd
!   $ cvs -d "anoncvs@anoncvs.de.openbsd.org:/cvs" checkout -d "openbsd-www" www
  

The latter command will connect to ! anoncvs@anoncvs.de.openbsd.org using SSH as user anoncvs to retrieve a working copy of the www CVS module and store it under openbsd-www. SSH won't ask for authentication since we are using an anonymous CVS account. Depending on your connection speed, this *************** *** 812,818 **** www@openbsd.org
! $OpenBSD: translation-explained.html,v 1.13 2006/04/12 12:39:11 saad Exp $ --- 812,818 ---- www@openbsd.org
! $OpenBSD: translation-explained.html,v 1.14 2006/10/03 12:11:32 grunk Exp $