=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.475 retrieving revision 1.476 diff -c -r1.475 -r1.476 *** www/anoncvs.html 2017/10/09 02:30:54 1.475 --- www/anoncvs.html 2017/10/10 07:41:35 1.476 *************** *** 110,116 **** Choose the Anonymous CVS server you are going to use from the list of servers below, then you can start using cvs. If you begin with src.tar.gz and sys.tar.gz as mentioned ! above, you can skip the initial get and proceed to updating.

--- 110,116 ---- Choose the Anonymous CVS server you are going to use from the list of servers below, then you can start using cvs. If you begin with src.tar.gz and sys.tar.gz as mentioned ! above, you can skip the initial checkout and proceed to updating.

*************** *** 118,126 **** When using cvs, you should take care that your current directory is either the root of the tree you are referencing or in a separate place such as /tmp. ! Some commands, such as cvs get, can create an arbitrary sub-tree in the ! current directory, and a subsequent update will recursively flesh out this ! sub-tree.

Getting an initial tree

--- 118,126 ---- When using cvs, you should take care that your current directory is either the root of the tree you are referencing or in a separate place such as /tmp. ! Some commands, such as cvs checkout, can create an arbitrary sub-tree ! in the current directory, and a subsequent update will recursively flesh out ! this sub-tree.

Getting an initial tree

*************** *** 132,145 ****
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src
  
If you are following the 6.2 -stable branch:
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_2 -P src
  
--- 132,145 ----
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src
  
If you are following the 6.2 -stable branch:
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P src
  
*************** *** 149,155 **** are connecting to the expected server:
! $ cvs -d anoncvs@anoncvs.spacehopper.org:/cvs get -P src
  The authenticity of host 'anoncvs.spacehopper.org (2001:67c:15f4:a423::28)' can't be established.
  ED25519 key fingerprint is SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI.
  Are you sure you want to continue connecting (yes/no)?
--- 149,155 ----
  are connecting to the expected server:
  
  
! $ cvs -d anoncvs@anoncvs.spacehopper.org:/cvs checkout -P src
  The authenticity of host 'anoncvs.spacehopper.org (2001:67c:15f4:a423::28)' can't be established.
  ED25519 key fingerprint is SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI.
  Are you sure you want to continue connecting (yes/no)?
***************
*** 210,223 ****
  
  
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports
  
If you are following the 6.2 -stable branch:
  $ cd /usr
! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_2 -P ports
  
  • Any time afterwards, to update this tree: --- 210,223 ----
      $ cd /usr
    ! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports
      
    If you are following the 6.2 -stable branch:
      $ cd /usr
    ! $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports
      
  • Any time afterwards, to update this tree: *************** *** 255,261 ****
      $ cd /tmp
    ! $ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/sys/arch/sparc
      [copies the files from the repository to your machine]
      $ cd src/sys/arch/sparc
      $ cvs log locore.s
    --- 255,261 ----
      
      
      $ 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