info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie Question


From: Kaz Kylheku
Subject: Re: Newbie Question
Date: Fri, 23 Nov 2001 05:55:38 GMT
User-agent: slrn/0.9.6.3 (Linux)

In article <address@hidden>, address@hidden wrote:
>This is a multi-part message in MIME format.

Don't do that, please turn off your MIME encoding!

>address@hidden channel]$ ls
>create-confirm.jsp  create.jsp  delete.jsp  edit-confirm.jsp  edit.jsp =20
>address@hidden channel]$ cvs add *.jsp
>cvs add: cannot open CVS/Entries for reading: No such file or directory
>cvs [add aborted]: no repository

You are trying to add files into CVS out of nowhere. That's just not
how it works; the cvs add operation can only be executed in a working
copy of an existing module.

You must create a module first, and then add files to it.

Or if you have some existing files, you can use cvs import to create
a CVS module out of them. Then check out that module to create a working
copy somewhere.

It sounds like you haven't read the manual. CVS isn't something you can
easily figure out from scratch by exploring blindly; you really have
to read.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]