[vox-tech] Compile problem...
Gabriel Rosa
vox-tech@lists.lugod.org
Tue, 23 Sep 2003 17:03:09 -0700
On Wed, Sep 24, 2003 at 03:53:51AM -0800, Walther The Writer wrote:
>
> Thanks Micah, I think you're right. I checked their website again and they're saying to use their
> latest and unstable version. Problem now is that when I'm trying to fetch a file from CVS repository
> i.e.
>
> C:\>cvs-1.11.5 export CVSROOT=:pserver:anon@cvs.nitmtl.ca: /cvsroot
> cvs-1.11.5 export: No CVSROOT specified! Please use the `-d' option
> cvs-1.11.5 [export aborted]: or set the CVSROOT environment variable.
>
> what that means? Thanks.
> Walther.
It means you should use CVS with the -d option, or make the :pserver... line
into the CVSROOT shell variable.
try 'cvs -d :pserver:anon@cvs.nitmtl.ca:/cvsroot login' followed by the same,
except instead of login use 'co module'
-Gabe