=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- www/anoncvs.html 2001/08/08 21:06:32 1.154 +++ www/anoncvs.html 2001/08/08 21:13:17 1.155 @@ -85,8 +85,8 @@ and changes, while permitting developers to maintain local copies of the source code with their working changes. Developers with "write access" can commit changes directly to the OpenBSD source tree, while "Anonymous -CVS" users have "read access" and can keep their local copies of the source -up to date and issue queries against the central depository. +CVS" users have "read access" and can keep their local copies of the +source up to date and issue queries against the central depository.

@@ -105,7 +105,8 @@ to update any other source modules you requested.

-

Getting Started Using Anonymous CVS

+

Getting Started Using Anonymous +CVS

The latest version of CVS is available at @@ -116,32 +117,39 @@

People who own an OpenBSD CD may have seen the CVS/ dirs on it. -Actually there is a reason, the CD has a checkout of the OpenBSD src module -usable to continue updating from. Using this tree will result in a much +Actually there is a reason, the CD has a checkout of the OpenBSD src +module usable to continue updating from. Using this tree will result in a much faster initial CVS update than a fresh checkout of the full OpenBSD source tree. There are two ways of using the CD:

-For people who don't have a CD on hand, you can use cvs(1) to "checkout" the source repository for you. This is discussed in the next section. +For people who don't have a CD on hand, you can use +cvs(1) to "checkout" the source repository for you. This is +discussed in the next section.

-After this, /usr/src will be a nice checkout area where all cvs(1) commands will work OK. +After this, /usr/src will be a nice checkout area where all + +cvs(1) commands will work OK.

-

Using CVS to get and update your source tree

+

Using CVS to get and update your +source tree

CVS was designed to be a simple way to retrieve and update your sources, @@ -158,13 +166,18 @@

-
ssh
Secure Shell can be used to access the anonymous CVS servers. This is the recommended way of doing so, as it is encrypted. As of 2.6, OpenBSD has included OpenSSH in its standard distribution. -
rsh
Remote Shell can be used on some of the servers for users who don't have access to ssh. -
pserver
pserver is primarily useful for users who are behind firewalls that block the other two connections. +
ssh
Secure Shell can be used to access the anonymous CVS servers. +This is the recommended way of doing so, as it is encrypted. As of +2.6, OpenBSD has included OpenSSH in its standard distribution. +
rsh
Remote Shell can be used on some of the servers for users +who don't have access to ssh. +
pserver
pserver is primarily useful for users who are behind +firewalls that block the other two connections.

-NOTE: For users wishing to use ssh, you must first set the CVS_RSH variable to ssh. +NOTE: For users wishing to use ssh, you must first set the +CVS_RSH variable to ssh.

-Once you have chosen which Anonymous CVS Server you will use, and which method you will use, you can start using cvs. For those of you who have CDs you can start with the CVS checkout that is on the CD by using the method above to get the sources onto your system. If you don't have a CD handy, use the method below to checkout the sources. This method puts the OpenBSD source tree into /usr/src. +Once you have chosen which Anonymous CVS Server you will +use, and which method you will use, you can start using cvs. For those of you +who have CDs you can start with the CVS checkout that is on the CD by using +the method above to get the sources onto your system. +If you don't have a CD handy, use the method below to checkout the sources. +This method puts the OpenBSD source tree into /usr/src.

@@ -200,7 +218,8 @@
 

Currently only the OPENBSD_2_9 tag contains the release sources and errata already applied. -

Available Anonymous CVS Servers

+

Available Anonymous CVS Servers +

There are two levels of source tree access: @@ -330,8 +349,10 @@

  • CVSROOT=anoncvs@anoncvs.cz.openbsd.org:/cvs
    Host also known as com-os2.ms.mff.cuni.cz.
    -located at Faculty Math & Physics, Charles University, Prague, Czech republic.
    -maintained by Leo Galambos.
    +located at Faculty Math & Physics, Charles University, Prague, Czech +republic.
    +maintained by Leo Galambos +.
    protocols: ssh, ssh port 2022.
    updated every 3 hours.

    @@ -445,7 +466,8 @@ server in question. -

    Getting crypto sources through cvs(1)

    +

    Getting crypto sources through +cvs(1)

    IMPORTANT NOTE: @@ -480,7 +502,8 @@ on to find out how you can help. -

    Example usages for cvs(1)

    +

    Example usages for cvs(1) +

    A sample use of an anoncvs server would be: @@ -496,7 +519,8 @@

  • -In order to use a cvs ``pserver'' (a direct TCP connection instead of using ssh or rsh) you must login once: +In order to use a cvs ``pserver'' (a direct TCP connection +instead of using ssh or rsh) you must login once:

     % setenv CVSROOT :pserver:anoncvs@anoncvs.ca.openbsd.org:/cvs
    @@ -604,7 +628,8 @@
     

    -The cvs(1) man page +The +cvs(1) man page (included with the CVS sources) has much more information about how CVS can be used. @@ -691,7 +716,8 @@

    -

    Mirroring the CVS repository via sup(1)

    +

    Mirroring the CVS repository via +sup(1)

    Users wishing to mirror the OpenBSD CVS tree itself may now do so @@ -711,7 +737,8 @@ files ending up in /home/sup. The full OpenBSD cvs tree is currently about 1.3 gigabytes in size. -

    Setting up an anoncvs mirror

    +

    Setting up an anoncvs mirror +

    If you wish to be a new anoncvs mirror site, please contact the anoncvs @@ -739,9 +766,11 @@ install the latest snapshot before attempting a tree build from source.


    -OpenBSD + www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.154 2001/08/08 21:06:32 jsyn Exp $ +
    $OpenBSD: anoncvs.html,v 1.155 2001/08/08 21:13:17 jsyn Exp $ +