OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Rich Fernandez (juggleroptonline.net)
Date: Tue Apr 02 2002 - 18:47:45 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Mon, Apr 01, 2002 at 08:44:30PM -0700, Todd C. Miller wrote:
    > If you set CVS_IGNORE_REMOTE_ROOT (to anything) it should work.
    >
    > - todd

    Thanks for your help, but it didn't work :(

    Here is the script I used:

    #!/bin/ksh

    export CVSROOT=anoncvsexokernel.lcs.mit.edu:/cvs
    export CVS_IGNORE_REMOTE_ROOT=1

    cd /usr
    cvs up -PAd -r OPENBSD_3_0 ports

    # End script

    And here is a piece of the output:

    cvs update: in directory ports:
    cvs update: ignoring CVS/Root because it specifies a non-existent repository /cvs
    cvs update: in directory ports:
    cvs update: ignoring CVS/Root because it specifies a non-existent repository /cvs
    ...
    ...
    cvs update: in directory ports/x11/xzoom/pkg:
    cvs update: ignoring CVS/Root because it specifies a non-existent repository /cvs
    ? ports/converters/libiconv/w-libiconv-1.7
    ? ports/devel/gettext/w-gettext-0.10.40
    ? ports/mail/mutt/stable/typescript
    ? ports/mail/mutt/stable/w-mutt-1.2.5i-pop
    cvs [server aborted]: cannot open directory /cvs/ports/archivers: No such file or directory

    Could anyone give me a clue as to what I'm doing wrong?

    Thanks very much!

    richf