=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.530 retrieving revision 1.531 diff -c -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,45 **** --- 39,45 ---- *************** *** 124,137 ****

The following commands assume that your user is member of the wsrc ! group:

If you are following -current:

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

--- 124,138 ----

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

If you are following -current:

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

*************** *** 139,145 ****

  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_4 -P src
  
--- 140,146 ----
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -P src
  
*************** *** 199,205 ****
  $ cd /usr/src
! $ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd
  

Getting the ports and xenocara Trees

--- 200,206 ----
  $ cd /usr/src
! $ cvs -d anoncvs@anoncvs.example.org:/cvs -q up -Pd
  

Getting the ports and xenocara Trees

*************** *** 217,223 ****
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports
  

--- 218,224 ----

  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -P ports
  

*************** *** 225,231 ****

  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_4 -P ports
  
  • Any time afterwards, to update this tree: --- 226,232 ----
      $ cd /usr
    ! $ cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -P ports
      
  • Any time afterwards, to update this tree: *************** *** 263,269 ****
      $ cd /tmp
    ! $ cvs -d anoncvs@anoncvs.ca.openbsd.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
    --- 264,270 ----
      
      
      $ cd /tmp
    ! $ 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,493 ****
      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
          Port 2022
      
    --- 488,494 ---- To use a different port, reconfigure your ssh client by adding a Host entry to $HOME/.ssh/config, e.g.:
    ! Host anoncvs.example.org
          Port 2022