Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 15:13:42 +0000
From:      Alexander.Farber@t-online.de (Alexander Farber)
To:        freebsd-questions@FreeBSD.org
Subject:   Checking out ports using CVS
Message-ID:  <20030801151342.GA14284@pref.my.domain>

next in thread | raw e-mail | index | archive | help
Hi,

as user "alex:wheel" I try the following commands

    cd /usr
    sudo mkdir ports
    sudo chmod g+w ports
    cvs -z3 -d $CVSROOT co -rRELENG_5_1 -P ports | & tee ~/ports.txt

Then I see the various ports sub-directories being checked out
and they aren't empty. But at the very end I see the message:

    cvs server: Updating ports/x11-wm/xfce4-wm
    cvs server: Updating ports/x11-wm/xfwm4
    cvs server: Updating ports/x11-wm/xwmm
    cvs server: Updating ports/x11-wm/xwmm/files
    cvs server: Updating ports/x11-wm/yawm

    cvs checkout: cannot remove ports: Permission denied

and the /usr/ports/ is suddenly empty -

    newhope:usr {221} ll ports/
    total 2
    drwxr-xr-x  2 alex  wheel  512 Aug  1 17:07 CVS

Does anybody know, what am I doing wrong here?

Regards
Alex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030801151342.GA14284>