=?iso-8859-1?Q?Andr=E9s_Bernal?= writes:
> 
> I create the directory /usr/local/sarua where resides my project.
> 
> Now I type:
> 
> cvs import -m "My new Project" sarua user start
> 
> The CVSROOT=/usr/local/sarua
> 
> But i get the following error:
> 
> cvs [import aborted]: /usr/local/sarua/CVSROOT: No such file or =
> directory
> 
> What do I made wrong?

CVSROOT should be set to the directory where you want to keep your
repository; there should not be any existing code in that directory and
you need to use ``cvs init'' to initialize it.  Then go to the directory
that contains your code and import it.

-Larry Jones

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to