"cvs [import aborted]: c:\CVS\Master /CVSROOT: No such file or directory "
when trying to create a CVS project. Any ideas whats casing this error ?
I have installed CVS 1.10 as follows (on NT4.0SP3):
1) Added the CVS directory to my PATH variable
2) Constructed a master source repository with
cvs -d :local:C:\CVS\Master init
3) Added the environment variable CVSROOT=:local:C:\CVS\Master
/Morten
First, I think you'll be all around better off using / instead of \ in
the
CVS variables. Also, I'd consider a different name for the repository
directory since 'CVS' is a special dir name for CVS.
--
Ray
+--------------------------------------------------+
+ I've gone to look for myself. If I should return +
+ before I get back, keep me here!! - Bill the Cat +
+--------------------------------------------------+
Check to see if you have an extra space after "Master" whereever you set
CVSROOT (autoexec.bat?)
On our network, sometimes our autoexec.bat's get rewritten and have extra
spaces after CVS_RSH then ssh won't work anymore :-/
Fortunately, you really don't need CVSROOT set.
Once you do the initial checkout, you no longer need that set as it will
pull it out of the CVS subdirectory.
mrc
/Morten
Mike Castle <dal...@news.rt66.com> wrote in message
news:7e3e89$nfm$1...@shell.rt66.com...