=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** www/anoncvs.html 1997/06/13 08:37:22 1.17 --- www/anoncvs.html 1997/06/16 03:50:15 1.18 *************** *** 138,143 **** --- 138,152 ---- protocols: ssh, ssh port 2022.
updated every 6 hours.

+

  • + CVSROOT=:pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs
    + Note *pserver usage*
    + Host also known as alpha.ctaz.com.
    + located in Arizona, south-western USA.
    + maintained by Todd Fries.
    + protocols: :pserver:.
    + updated every 3 hours midnight to noon, except Tu-Th-Sa, midnight update, 3am full update, then noon update.
    +

  • CVSROOT=anoncvs@anoncvs.uk.openbsd.org:/cvs
    Host also known as dumpty.wonderland.org.
    located in London, UK.
    *************** *** 209,214 **** --- 218,242 ----

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

    +     [ *NOTE* You must be using cvs version 1.8 or higher to do this          ]
    + % setenv CVSROOT :pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs
    + % cvs login
    + (Logging in to anoncvs@anoncvs5.usa.openbsd.org)
    + CVS password: 
    +     [this writes a line to ~/.cvspass (filename over-ridden by CVS_PASSFILE).]
    +     [An example line from my ~/.cvspass after typing 'blah' for the above    ]
    +     [password is:                                                            ]
    +     [:pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs Au'yc                    ]
    +     [...after logging in ONCE every other use of the above CVSROOT will work ]
    + % cvs -z9 get ksrc-i386 ksrc-common
    +     [allows you to retrieve ONLY that necessary to rebuild an i386 kernel    ]
    +     [ -z9 allows gzip -9 compression, GOOD medicine for slow links           ]
    + 
    +

    + +

    Here is how someone using anoncvs regularily would update his source tree:

    ***************
    *** 331,337 ****
      
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.17 1997/06/13 08:37:22 deraadt Exp $ --- 359,365 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.18 1997/06/16 03:50:15 todd Exp $