=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.154 retrieving revision 1.155 diff -c -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,92 **** 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.

--- 85,92 ---- 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.

*************** *** 105,111 **** to update any other source modules you requested.

!

Getting Started Using Anonymous CVS

The latest version of CVS is available at --- 105,112 ---- to update any other source modules you requested.

!

Getting Started Using Anonymous ! CVS

The latest version of CVS is available at *************** *** 116,147 ****

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 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.

! 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

CVS was designed to be a simple way to retrieve and update your sources, --- 117,155 ----

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 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.

! 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

CVS was designed to be a simple way to retrieve and update your sources, *************** *** 158,170 ****

!
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.

! 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,206 ****
  

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

Available Anonymous CVS Servers

There are two levels of source tree access: --- 218,225 ----

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

Available Anonymous CVS Servers !

There are two levels of source tree access: *************** *** 330,337 ****

  • 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.
    protocols: ssh, ssh port 2022.
    updated every 3 hours.

    --- 349,358 ----

  • 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 ! .
    protocols: ssh, ssh port 2022.
    updated every 3 hours.

    *************** *** 445,451 **** server in question. !

    Getting crypto sources through cvs(1)

    IMPORTANT NOTE: --- 466,473 ---- server in question. !

    Getting crypto sources through ! cvs(1)

    IMPORTANT NOTE: *************** *** 480,486 **** on to find out how you can help. !

    Example usages for cvs(1)

    A sample use of an anoncvs server would be: --- 502,509 ---- on to find out how you can help. !

    Example usages for cvs(1) !

    A sample use of an anoncvs server would be: *************** *** 496,502 ****

  • ! 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
    --- 519,526 ----
      

    ! 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,610 ****
      

    ! The cvs(1) man page (included with the CVS sources) has much more information about how CVS can be used. --- 628,635 ----

    ! The ! cvs(1) man page (included with the CVS sources) has much more information about how CVS can be used. *************** *** 691,697 ****

    !

    Mirroring the CVS repository via sup(1)

    Users wishing to mirror the OpenBSD CVS tree itself may now do so --- 716,723 ----

    !

    Mirroring the CVS repository via ! sup(1)

    Users wishing to mirror the OpenBSD CVS tree itself may now do so *************** *** 711,717 **** files ending up in /home/sup. The full OpenBSD cvs tree is currently about 1.3 gigabytes in size. !

    Setting up an anoncvs mirror

    If you wish to be a new anoncvs mirror site, please contact the anoncvs --- 737,744 ---- files ending up in /home/sup. The full OpenBSD cvs tree is currently about 1.3 gigabytes in size. !

    Setting up an anoncvs mirror !

    If you wish to be a new anoncvs mirror site, please contact the anoncvs *************** *** 739,747 **** 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 $ --- 766,776 ---- install the latest snapshot before attempting a tree build from source.
    ! OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.155 2001/08/08 21:13:17 jsyn Exp $ !