=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsync.html,v retrieving revision 1.141 retrieving revision 1.142 diff -u -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,8 +57,8 @@ CVSync is an entirely different program and can be installed from packages: -
-        pkg_add cvsync
+
+# pkg_add cvsync
 
Do not build your own copy from unmodified upstream source - @@ -69,17 +69,17 @@ 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
-	    }
-	}
+
+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,8 +93,8 @@ Assuming this file is saved as cvs-syncfile, the following command would be used to invoke cvsync -

-        cvsync -c cvs-syncfile
+
+$ cvsync -c cvs-syncfile
 

Getting Started Using Rsync

@@ -104,13 +104,13 @@ 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:
+
+# 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,15 +118,15 @@ You can select the flavour on the command-line to avoid pkg_add(1) prompting for the version like so: -
-	pkg_add rsync--
+
+# 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/
+
+$ rsync -avz --delete rsync://obsdacvs.cs.toronto.edu/obsdcvs/ /cvs/
 

Using CVS to Work With Your Repository

@@ -135,10 +135,10 @@ 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
+
+$ 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,18 +196,13 @@ 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.
    +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.