From: Jens Thoms Toerring (no email)
Date: Tue Sep 16 2003 - 19:39:50 EDT
Diego,
> when I type "# cvs export
^^^
> CVSROOT=:pserver::/home/cvs"
No "cvs" is supposed to appear here! The command
export CVSROOT=:pserver::/home/cvs
is just meant to set the environment variable CVSROOT to the required
value before you start using cvs.
> I get the following error:
> cvs export: No CVSROOT specified! Please use the `-d' option
> cvs [export aborted]: or set the CVSROOT environment variable.
Can't reproduce this, but what kind of shell are you using? If it's
csh or tcsh or something similar try to replace
export CVSROOT=:pserver::/home/cvs
(which works for sh, bash and ksh) by
setenv CVSROOT :pserver::/home/cvs
Everything else hopefully should work unchanged.
Regards, Jens
-- Freie Universitaet Berlin Jens Thoms Toerring Universitaetsbibliothek Webteam Tel: 0049 30 838 56055 Garystrasse 39 Fax: 0049 30 838 53738 14195 Berlin e-mail:
|
|
|