=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.71 retrieving revision 1.72 diff -c -r1.71 -r1.72 *** www/anoncvs.html 1998/12/03 04:07:45 1.71 --- www/anoncvs.html 1998/12/03 04:17:56 1.72 *************** *** 306,311 **** --- 306,323 ---- wish to append "-I obj" to the cvs command line, this will keep cvs from spitting out a warning about all the obj directories it is going to encounter which are not in the repository. + +

+

  • NOTE: if you are updating a source tree that you initially fetched + from a different server, or from a CD, you must + add the -d $CVSROOT options to cvs. You must also set the + CVS_IGNORE_REMOTE_ROOT environment variable. + +
    + # cd /usr/src
    + # cvs -d $CVSROOT -q up -PAd
    + 
    +
  • *************** *** 420,425 **** --- 432,439 ----
      setenv CVS_IGNORE_REMOTE_ROOT
      
    + Note that you will also need to use the -d flag + as mentioned above.

    X11 Source tree
    *************** *** 473,479 ****


    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.71 1998/12/03 04:07:45 millert Exp $ --- 487,493 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.72 1998/12/03 04:17:56 millert Exp $