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

Removing non-committed files?

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-06-02 19:10:55 CEST

% svn add my-file
<this is okay>
% svn rm my-file

svn_error: #21114 : <Attempting restricted operation for modified resource>
  Use --force to override this restriction

svn_error: #21114 : <Attempting restricted operation for modified resource>
  'my-file' has local modifications

I don't know if this has been discussed before, but it'd be awful
nice if the entry is newly added that I can remove it without adding
--force.

A quick glance shows that the entry in the .entries file has
schedule="add" as a property. My SVN karma probably isn't high enough
for me to do this on my own. So, consider this a feature enhancement
request. =) -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 2 19:11:15 2002

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.