Re: initilizing repository error?

2000-06-09 Thread Larry Jones

Emmanuel Ohannessian writes:
 
 cvs -d cvsroot init
 cvs [init aborted]: cannot open cvsroot/CVSROOT/loginfo: No such file or =
 directory

Your root directory should be an absolute path (starting with /), not a
relative path.

-Larry Jones

Girls are so weird. -- Calvin




Re: initilizing repository error?

2000-06-09 Thread Emmanuel Ohannessian

Thanks Larry! That woked.

Manny
- Original Message -
From: "Larry Jones" [EMAIL PROTECTED]
To: "Emmanuel Ohannessian" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 09, 2000 8:05 AM
Subject: Re: initilizing repository error?


 Emmanuel Ohannessian writes:
 
  cvs -d cvsroot init
  cvs [init aborted]: cannot open cvsroot/CVSROOT/loginfo: No such file or
=
  directory

 Your root directory should be an absolute path (starting with /), not a
 relative path.

 -Larry Jones

 Girls are so weird. -- Calvin






initilizing repository error?

2000-06-08 Thread Emmanuel Ohannessian



when I tried to create the repository I get this 
error:

cvs -d cvsroot initcvs [init aborted]: cannot open 
cvsroot/CVSROOT/loginfo: No such file or directory

I thought this command should give me no problem at all.
Does this mean CVS was installed incorrectly?

Manny