info-cvs
[Top][All Lists]
Advanced

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

Re: remove/add question


From: Arcin Bozkurt - Archie
Subject: Re: remove/add question
Date: Thu, 30 Aug 2001 11:14:11 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1

Suppose with cvs add or remove I have told CVS server that i 
will add or remove a file.
[...]
What is the way to take back such an action?

you can remove the entry in the file "CVS/Entries".

The end of the Entries file reads:

[...]
/TextureSetup.cpp/-1.1/dummy timestamp//TTarget_Application-branch
/asdf/0/dummy timestamp//TTarget_Application-branch
D

first file is scheduled for removal (probably that is why it has -1.1 : the minus sign)
second is added. no version, dummy timestamp.

removing asdf if a solution not to have that file committed.
how about TextureSetup ??

I have to manually modify the version number and time...
Is there a way to know what they exactly were before the cvs remove command?

Arcin

reply via email to

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