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

Feature request:: Unversioning files (svn rm --keep-in-wc)

From: nick vajberg <nickvajberg_at_yahoo.dk>
Date: 2005-09-23 12:43:04 CEST

I've seen this request quite a few times in the user
list.

The request is basically to allow "unversioning" a
file. The only way currently is to copy the local
version, then remove and commit. This is quite often
undesireable, because you do not wish to delete other
peoples version when they update. You just want to
unversion it.

Max Bowsher once suggested this syntax [1]:
"svn rm --keep-in-wc"

...which I really like. The alternative, I guess, is
another top-level function like "svn unversion
<resource>", but that seems excessive.

I work within a large organization where many people
work on dev projects. It is quite frequest that
user-specific project files (such as those from
Eclipse or VS.NET) gets imported, or that someone adds
and commit them at some point.

In this case, --keep-in-wc would be excellent, to say
the least.

Any chance of getting this feature in, say, 1.4 ? :-)

[1]
http://svn.haxx.se/users/archive-2004-08/0631.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 23 12:44:08 2005

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.