=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.530 retrieving revision 1.531 diff -u -r1.530 -r1.531 --- www/anoncvs.html 2023/10/17 18:42:56 1.530 +++ www/anoncvs.html 2024/03/26 19:22:30 1.531 @@ -39,7 +39,7 @@ @@ -124,14 +124,15 @@

The following commands assume that your user is member of the wsrc -group: +group; replace anoncvs.example.org with a mirror from the +list below.

If you are following -current:

 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src
+$ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -P src
 

@@ -139,7 +140,7 @@

 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_4 -P src
+$ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -P src
 
@@ -199,7 +200,7 @@
 $ cd /usr/src
-$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd
+$ cvs -d anoncvs@anoncvs.example.org:/cvs -q up -Pd
 

Getting the ports and xenocara Trees

@@ -217,7 +218,7 @@
 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports
+$ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -P ports
 

@@ -225,7 +226,7 @@

 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_4 -P ports
+$ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -P ports
 
  • Any time afterwards, to update this tree: @@ -263,7 +264,7 @@
     $ cd /tmp
    -$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src/sys/arch/sparc
    +$ cvs -d anoncvs@anoncvs.example.org:/cvs checkout -P src/sys/arch/sparc
     [copies the files from the repository to your machine]
     $ cd src/sys/arch/sparc
     $ cvs log locore.s
    @@ -487,7 +488,7 @@
     To use a different port, reconfigure your ssh client by adding a Host
     entry to $HOME/.ssh/config, e.g.:
     
    -Host anoncvs.ca.openbsd.org
    +Host anoncvs.example.org
         Port 2022