info-cvs
[Top][All Lists]
Advanced

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

Re: Easier way to add and remove?


From: Eric Siegerman
Subject: Re: Easier way to add and remove?
Date: Tue, 28 Aug 2001 19:28:11 -0400
User-agent: Mutt/1.2.5i

On Tue, Aug 28, 2001 at 02:56:08PM -0700, Cornellious Mann wrote:
> Is there a way to dynamically commit all new and
> deleted files?  I can't find a way to do this.  I have
> to do an add or remove for each file.

Nope.  This is intentional, to make you think about whether the
change is really supposed to be committed -- junk files often get
created in sandboxes (e.g. temporary files created by the
programmer), as do non-junk files that aren't supposed to be
revision-controlled (new executables for example); and important
files occasionally get deleted by mistake.

You could always write a Perl script to parse the output of
"cvs -nq update"...

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)



reply via email to

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