Marius Flage writes:
>
> marius@tahiti:~/public_html/rost$ echo $CVSROOT
> /usr/local/cvsroot
>
> And now I want to add another project. As the manual says I first cd into
> the directory I want to put under cvs-control. This is the directory
> ~/public_html/rost. And then I perform the command:
>
> marius@tahiti:~/public_html/rost$ cvs import -m "Rost hjemmeside" rost
> marius nothing
> cvs import: No CVSROOT specified! Please use the `-d' option
> cvs [import aborted]: or set the CVSROOT environment variable.
It would appear that $CVSROOT is set as a local variable rather than an
enviroment variable. If you're using a csh-like shell, you need to use
setenv rather than set; if you're using an sh-like shell, you need to
export CVSROOT.
-Larry Jones
I take it there's no qualifying exam to be a Dad. -- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs