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

svn:autoadd, svn:autodelete

From: jsimlo <jsimlo_at_yahoo.com>
Date: Sat, 5 Apr 2008 11:26:33 +0200

Although there is already a similar question in FAQ talking about this, I would
like to suggest two new properties, both similar to svn:ignore property:

svn:autoadd

- All new files matching the patterns in the property would be automatically
considered as added. This means that "svn status" would display flag "A" instead
of "?". Of course, "svn commit" would then include this file as new file.

svn:autodelete

- All missing files matching the patterns in the property would be automatically
considered as deleted. This means that "svn status" would display flag "D"
instead of "!". Of course, "svn commit" would then include this file as deleted
file.

Note: This feature request is NOT about auto-committing or wc transparency. We
should only remove the need for a script that parses the "svn status" output and
then adds/deletes files by it.

Thanks for your opinions,
jsimlo

ps. I have rashly started an issue on the tracker, but was redirected here to
discuss it first. http://subversion.tigris.org/issues/show_bug.cgi?id=3155

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-05 15:28:14 CEST

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

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