=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsync.html,v retrieving revision 1.141 retrieving revision 1.142 diff -c -r1.141 -r1.142 *** www/Attic/cvsync.html 2018/04/06 23:41:34 1.141 --- www/Attic/cvsync.html 2019/04/18 08:51:19 1.142 *************** *** 57,64 **** CVSync is an entirely different program and can be installed from packages: !
!         pkg_add cvsync
  
Do not build your own copy from unmodified upstream source - --- 57,64 ---- CVSync is an entirely different program and can be installed from packages: !
! # pkg_add cvsync
  
Do not build your own copy from unmodified upstream source - *************** *** 69,85 **** In order to mirror the OpenBSD repository with CVSync, the following configuration file might be used: !
! 	config {
! 	    hostname anoncvs.eu.openbsd.org
! 	    # If your network link is a T1 or faster, comment out the following line.
! 	    compress
! 	    collection {
! 		name openbsd release rcs
! 		prefix /cvs
! 		umask 002
! 	    }
! 	}
  

--- 69,85 ---- In order to mirror the OpenBSD repository with CVSync, the following configuration file might be used: !

! config {
!     hostname anoncvs.eu.openbsd.org
!     # If your network link is a T1 or faster, comment out the following line.
!     compress
!     collection {
! 	name openbsd release rcs
! 	prefix /cvs
! 	umask 002
!     }
! }
  

*************** *** 93,100 **** Assuming this file is saved as cvs-syncfile, the following command would be used to invoke cvsync !

!         cvsync -c cvs-syncfile
  

Getting Started Using Rsync

--- 93,100 ---- Assuming this file is saved as cvs-syncfile, the following command would be used to invoke cvsync !
! $ cvsync -c cvs-syncfile
  

Getting Started Using Rsync

*************** *** 104,116 **** Again this should be installed from packages. Two flavours are available: !
! 	# pkg_add rsync
! 	Ambiguous: choose package for rsync
! 	a	0: 
! 		1: rsync-3.1.2p0
! 		2: rsync-3.1.2p0-iconv
! 	Your choice:
  
Unless you have other requirements, simply install the standard version --- 104,116 ---- Again this should be installed from packages. Two flavours are available: !
! # pkg_add rsync
! Ambiguous: choose package for rsync
! a	0: 
! 	1: rsync-3.1.2p0
! 	2: rsync-3.1.2p0-iconv
! Your choice:
  
Unless you have other requirements, simply install the standard version *************** *** 118,132 **** You can select the flavour on the command-line to avoid pkg_add(1) prompting for the version like so: !
! 	pkg_add rsync--
  
In order to mirror the OpenBSD repository with rsync, the following command line might be used: !
! 	rsync -avz --delete rsync://obsdacvs.cs.toronto.edu/obsdcvs/ /cvs/
  

Using CVS to Work With Your Repository

--- 118,132 ---- You can select the flavour on the command-line to avoid pkg_add(1) prompting for the version like so: !
! # pkg_add rsync--
  
In order to mirror the OpenBSD repository with rsync, the following command line might be used: !
! $ rsync -avz --delete rsync://obsdacvs.cs.toronto.edu/obsdcvs/ /cvs/
  

Using CVS to Work With Your Repository

*************** *** 135,144 **** to check out, update, or do any of the other CVS operations you would normally do against a remote repository, locally. For example: !
!         cvs -d/cvs checkout -P src
!         cvs -d/cvs up -Pd
!         cvs -d/cvs diff -u file.c
  
More details on CVS operation can be found in FAQ5, Fetching appropriate source --- 135,144 ---- to check out, update, or do any of the other CVS operations you would normally do against a remote repository, locally. For example: !
! $ cvs -d/cvs checkout -P src
! $ cvs -d/cvs up -Pd
! $ cvs -d/cvs diff -u file.c
  
More details on CVS operation can be found in
FAQ5, Fetching appropriate source *************** *** 196,213 **** Maintained by Stuart Henderson.
Updated hourly from anoncvs.ca.openbsd.org.

-

  • anoncvs3.usa.openbsd.org
    - Location: National Center for Atmospheric Research, Boulder, CO, USA.
    - Maintained by Todd C. Miller.
    - Updated hourly.
    -

  • anoncvs4.usa.openbsd.org
    Location: New York Internet, New York, NY, USA.
    Maintained by Todd C. Miller.
    Updated hourly.

  • anoncvs2.usa.openbsd.org
    ! Host also known as openbsd.se.rit.edu.
    Location: Rochester Institute of Technology, Rochester, NY, USA.
    Maintained by Todd C. Miller.
    Updated hourly.
    --- 196,208 ---- Maintained by Stuart Henderson.
    Updated hourly from anoncvs.ca.openbsd.org.

  • anoncvs4.usa.openbsd.org
    Location: New York Internet, New York, NY, USA.
    Maintained by Todd C. Miller.
    Updated hourly.

  • anoncvs2.usa.openbsd.org
    ! Host also known as anoncvs3.usa.openbsd.org, ftp3.usa.openbsd.org, ftp5.usa.openbsd.org, openbsd.se.rit.edu.
    Location: Rochester Institute of Technology, Rochester, NY, USA.
    Maintained by Todd C. Miller.
    Updated hourly.