[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: need smarter add/remove

From: <kfogel_at_collab.net>
Date: 2004-04-15 21:34:22 CEST

John Taber <jtaber@johntaber.net> writes:
> using SVN on debian - it's running well - like it more than CVS,
> especially log reporting. But it would be so much better if when
> committing - the program would check for any new files or removed
> files in the working directory - it is way too easy to overlook and
> not specifically add or remove a file in SVN after using cut, copy or
> paste in a file manager (ie Konqueror). It would be nice if the
> program could perform a check and then prompt something like: Found 2
> new files: foo3.cpp foo3.h Do you wish to add to repository? (Y/N)
>
> I know this can be done manually using status,etc, but the more smarts
> we can add - the less bugs and mistakes we'll make. thks.

Generally we've been against adding unpredictable interactivity to
Subversion, for reasons you can probably guess :-). However, you
could implement this with a wrapper script pretty easily...

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 15 22:49:09 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.