info-cvs
[Top][All Lists]
Advanced

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

Re: What did I do wrong?


From: Mike Castle
Subject: Re: What did I do wrong?
Date: Fri, 25 May 2001 16:55:12 -0700
User-agent: Mutt/1.3.18i

On Fri, May 25, 2001 at 03:55:23PM -0700, Delos Nash wrote:
> cvs -d :exp:NAMEOFCOMPUTER:/CVSROOT checkout REPOSITORY
> 
> It does the checkout just fine.

Good.

> cvs -d :exp:NAMEOFCOMPUTER:/CVSROOT commit REPOSITORY

You don't need the "-d :exp:NAMEOFCOMPUTER:/CVSROOT" on any other commands.
This information is encoded in the files in the CVS directories.

Also, the position in the command held by the string "REPOSITORY" is supposed
the be the name of a specific file that you are committing.  If you happen
to have a file named RESPOSITORY, and you didn't change that file, then you
will see what you described.


> cvs -d :exp:NAMEOFCOMPUTER:/CVSROOT add REPOSITORY/FILE_TO_ADD

Again, no need for the -d option.

> Say's there is NO repository do a cvs checkout.

Instead of RESPOSITORY/FILE_TO_ADD, do:

cd directory
cvs add file_to_add


PS:  Please shorten your .sig.  4 lines is standard, and many would say
that's too many (obviously I don't fall into THAT category though ;-).
-- 
       Mike Castle       Life is like a clock:  You can work constantly
  address@hidden  and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day.  -- mrc
    We are all of us living in the shadow of Manhattan.  -- Watchmen



reply via email to

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