info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVSROOT problem


From: Romo
Subject: CVSROOT problem
Date: Sat, 08 May 2004 19:24:19 +0000
User-agent: KNode/0.7.2

Here's a recurrent problem I've had for months, I haven't been able to
fix it even after looking at many CVS forums, faqs and such.

I've setted up a CVS server on my computer that works fine using :

cvs -d /usr/local/cvsroot COMMAND

but when I do (shell is bash) :

$ export CVSROOT="/usr/local/cvsroot"
$ echo $CVSROOT 
/usr/local/cvsroot
$ cvs update
/usr/local/cvsroot: no such repository

Whatever I put under CVSROOT, the result will be the same :

$ export CVSROOT="/falbala"
$ echo $CVSROOT 
/falbala
$ cvs update
/usr/local/cvsroot: no such repository

The "*,v" files are under /usr/local/cvsroot/MODULE/.

So how to make cvs use my CVSROOT variable ? Anyone has the same
problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]