I thought "export" ridded the /CVS directory, hence CVS doesn't know anything about what you exported.
-chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Jones Sent: Saturday, May 08, 2004 6:01 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CVSROOT problem Romo writes: > > $ export CVSROOT="/falbala" > $ echo $CVSROOT > /falbala > $ cvs update > /usr/local/cvsroot: no such repository When you first checkout a working directory, CVS records the CVSROOT you used in CVS/Root and uses that for all future operations in that directory unless you specifically override it by using the -d global option (that lets you work with multiple repositories without having to change $CVSROOT all the time). So, your problem appears to be that what's recorded in CVS/Root is not correct. -Larry Jones Oh, now don't YOU start on me. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
