=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- www/anoncvs.html 2000/04/07 18:25:42 1.104 +++ www/anoncvs.html 2000/04/07 18:41:56 1.105 @@ -26,6 +26,7 @@
  • Getting crypto sources through CVS(1).
  • Example usages for CVS(1).
  • Use rsh(1) or ssh(1)? +
  • Setting up an anoncvs mirror.


    @@ -510,6 +511,32 @@ information about how CVS can be used.

    +X11 Source tree +
    +Anoncvs mirrors also carry the OpenBSD X11 source tree. You can adapt +the recipe above to update your X11 source tree from the second CD. +Either copy or use a union mount to get the X11 sources in /usr/X11: + +

    + +After this, /usr/X11 will be ready to be used by cvs. You can for +example update it to -current source (assuming you've already set +the CVSROOT environment variable): + + + +

    Warning: When using cvs you should take care that your current directory is either the root of the tree you're referencing or in a separate place such as /tmp. @@ -565,44 +592,27 @@

    CVS is a little noisy starting up; to quiet it a bit you may want to do this: -

    -setenv CVS_CLIENT_PORT -1
    -
    + +

    If you wish to change from one CVS server to another (say your normal one is down, or for any other reason), the environment variable which will let you do this is -

    -setenv CVS_IGNORE_REMOTE_ROOT
    -
    + + + Note that you will also need to use the -d flag as mentioned above. -

    X11 Source tree -
    -Anoncvs mirrors also carry the OpenBSD X11 source tree. You can adapt -the recipe above to update your X11 source tree from the second CD. -Either copy or use a union mount to get the X11 sources in /usr/X11: -

    -After this, /usr/X11 will be ready to be used by cvs. You can for -example update it to -current source (assuming you've already set -the CVSROOT environment variable): -
    -        # cd /usr/X11
    -        # cvs -q update -PAd
    -
    -

    Setting up a new anoncvs mirror + +

    Setting up an anoncvs mirror.

    +
    If you wish to be a new anoncvs mirror site, please contact the anoncvs maintainer. @@ -631,7 +641,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.104 2000/04/07 18:25:42 ericj Exp $ +
    $OpenBSD: anoncvs.html,v 1.105 2000/04/07 18:41:56 ericj Exp $