=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsup.html,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** www/Attic/cvsup.html 2000/06/09 18:21:35 1.8 --- www/Attic/cvsup.html 2000/06/15 20:36:15 1.9 *************** *** 1,21 **** ! ! OpenBSD CVSup ! ! ! ! ! ! ! [OpenBSD]

CVSup

!

Table of Contents

+
+

What Is CVSup?

+

CVSup is a software package for distributing and updating source trees from a master CVS repository on a remote server host. The OpenBSD *************** *** 65,85 ****

!

What Is CVS?

CVS is the source code control system used to manage the OpenBSD source tree. It is described in more detail here.

! Getting Started Using CVSup

--- 67,88 ----

!

What Is CVS?

CVS is the source code control system used to manage the OpenBSD source tree. It is described in more detail here. +

! Getting Started Using CVSup

*************** *** 89,94 **** --- 92,106 ----

+ Building CVSup from the sources is not for the fainthearted since + it is written in Modula-3. There is a port of the CVSup client + (misc/cvsup-bin) which provides John's pre-compiled executables + for the i386 and sparc architectures that run under FreeBSD and + SunOS emulation, respectively, since there is no native port of + Modula-3 to OpenBSD yet. +

+ +

The following configuration file might be used:

*************** *** 120,146 ****

Assuming this file is saved as cvs-supfile, the following command would be used to envoke the cvsup GUI:

          cvsup cvs-supfile
  
whereas for batch mode, the following might be used:
          cvsup -g -L 2 cvs-supfile
  
!

Using CVS to Update Your Source Tree

It is now simple to check out any one of the CVSup'ed repositories. For Korn/Bourne shells:

          # cd /usr
          # CVSROOT=/cvs cvs checkout src
  

For csh and its derivatives:

          # cd /usr
          # setenv CVSROOT /cvs
--- 132,163 ----
  

Assuming this file is saved as cvs-supfile, the following command would be used to envoke the cvsup GUI: +

          cvsup cvs-supfile
  
+

whereas for batch mode, the following might be used: +

          cvsup -g -L 2 cvs-supfile
  
!

Using CVS to Update Your Source Tree

It is now simple to check out any one of the CVSup'ed repositories. For Korn/Bourne shells: +

          # cd /usr
          # CVSROOT=/cvs cvs checkout src
  

For csh and its derivatives: +

          # cd /usr
          # setenv CVSROOT /cvs
***************
*** 161,167 ****
  Or OPENBSD_2_5 for 2.5, etc.
  

!

Running CVSup in Checkout Mode

--- 178,184 ---- Or OPENBSD_2_5 for 2.5, etc.

!

Running CVSup in Checkout Mode

*************** *** 204,210 ****

! Available CVSup Servers

The following CVSup servers are available:

--- 221,227 ----

! Available CVSup Servers

The following CVSup servers are available:

*************** *** 213,228 ****
cvsup.uk.OpenBSD.org

located in Brighton, UK; ! maintained by Brian Somers.
updated every 2 hours.

Available collections: !
OpenBSD-src- The src repository !
OpenBSD-ports- The ports repository !
OpenBSD-www- The www repository !
OpenBSD-x11- The x11 repository !
OpenBSD-all- All OpenBSD repositories

--- 230,257 ----
cvsup.uk.OpenBSD.org

located in Brighton, UK; ! maintained by Brian Somers.
updated every 2 hours. +

Available collections: +

! ! ! ! ! ! ! ! ! ! ! ! ! ! !
OpenBSD-src- The src repository
OpenBSD-ports- The ports repository
OpenBSD-www- The www repository
OpenBSD-x11- The x11 repository
OpenBSD-all- All OpenBSD repositories
*************** *** 231,245 ****
cvsup.de.OpenBSD.org

located near Frankfurt am Main, Germany; ! maintained by Wolfram Schneider.
updated by CTM.

Available collections: !
openbsd-src-all- The src repository !
openbsd-ports-all- The ports repository !
openbsd-www-all- The www repository !
openbsd-cvs-all- All OpenBSD repositories except for x11

--- 260,284 ----
cvsup.de.OpenBSD.org

located near Frankfurt am Main, Germany; ! maintained by Wolfram Schneider.
updated by CTM. +

Available collections: +

! ! ! ! ! ! ! ! ! ! ! !
openbsd-src-all- The src repository
openbsd-ports-all- The ports repository
openbsd-www-all- The www repository
openbsd-cvs-all- All OpenBSD repositories except for x11
*************** *** 248,263 ****
cvsup.hu.OpenBSD.org

located in Hungary; ! maintained by Mohacsi Janos.
Updated every 4 hours.

Available collections: !
OpenBSD-src- The src repository !
OpenBSD-ports- The ports repository !
OpenBSD-www- The www repository !
OpenBSD-x11- The x11 repository !
OpenBSD-all- All OpenBSD repositories

--- 287,314 ----
cvsup.hu.OpenBSD.org

located in Hungary; ! maintained by Mohacsi Janos.
Updated every 4 hours. +

Available collections: +

! ! ! ! ! ! ! ! ! ! ! ! ! ! !
OpenBSD-src- The src repository
OpenBSD-ports- The ports repository
OpenBSD-www- The www repository
OpenBSD-x11- The x11 repository
OpenBSD-all- All OpenBSD repositories
*************** *** 266,280 ****
cvs.bsdfr.org

located in France; ! maintained by Jean-Claude Christophe.
Updated every 12 hours.

Available collections: !
OpenBSD-src- The src repository !
OpenBSD-ports- The ports repository !
OpenBSD-www- The www repository !
OpenBSD-all- All OpenBSD repositories

--- 317,341 ----
cvs.bsdfr.org

located in France; ! maintained by Jean-Claude Christophe.
Updated every 12 hours. +

Available collections: +

! ! ! ! ! ! ! ! ! ! ! !
OpenBSD-src- The src repository
OpenBSD-ports- The ports repository
OpenBSD-www- The www repository
OpenBSD-all- All OpenBSD repositories
*************** *** 282,332 ****

Note:, If your server is listed on here with inaccurate or unknown information, please contact beck@openbsd.org

You may want to use "traceroute" to find out which server is nearest you. Problems with a server should be reported to the maintainer of the server in question.

! Currently (as of June 1, 2000), the cvs repository sizes are !
ports- 31MB !
src- 648MB !
www- 23MB !
x11- 192MB

There is an additional overhead of 25MB for the CVSROOT and sup directories

IMPORTANT NOTE: There are a few issues relating to cryptographic software that everyone should be aware of:

The OpenBSD project is looking for more CVSup servers -- if you are --- 343,413 ----

Note:, If your server is listed on here with inaccurate or unknown information, please contact beck@openbsd.org !

You may want to use "traceroute" to find out which server is nearest you. Problems with a server should be reported to the maintainer of the server in question. +

! Currently (as of June 1, 2000), the CVS repository sizes are !

! ! ! ! ! ! ! ! ! ! ! !
ports- 31MB
src- 648MB
www- 23MB
x11- 192MB

There is an additional overhead of 25MB for the CVSROOT and sup directories +

IMPORTANT NOTE: There are a few issues relating to cryptographic software that everyone should be aware of: +

The OpenBSD project is looking for more CVSup servers -- if you are *************** *** 334,343 **** for configuration details.

!
! OpenBSD www@openbsd.org !
$OpenBSD: cvsup.html,v 1.8 2000/06/09 18:21:35 brian Exp $ --- 415,424 ---- for configuration details.

!
! OpenBSD www@openbsd.org !
$OpenBSD: cvsup.html,v 1.9 2000/06/15 20:36:15 naddy Exp $