Doug Lee writes:
> 
> - cvs checkout works for user "id", but then user "id1" comes along
>   and wants to update the sandbox.

CVS stores the $CVSROOT used for the initial checkout and then uses it
for all subsequent operations in the working directory -- that makes
life much simpler for users who use multiple repositories.  You can
override the saved $CVSROOT by using the -d global option:

        cvs -d $CVSROOT update

-Larry Jones

They say winning isn't everything, and I've decided
to take their word for it. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to