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

Re: svn rm --keep-local silently deletes unversioned files

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 4 Nov 2009 14:48:19 +0200 (Jerusalem Standard Time)

Hrvoje Nikšić wrote on Wed, 4 Nov 2009 at 10:10 +0100:
> In svn 1.5.4 svn rm deletes unversioned files even when --keep-local
> is specified. [...]
>
> If this is the intended behavior, it should be clearly documented.

It's not intended.

> # in a working copy
> $ touch foo
> $ svn st foo
> ? foo
> $ svn rm --keep-local foo
> $ ls foo
> ls: cannot access foo: No such file or directory
>

I can't reproduce this with trunk:

[[[
% svn --version -q
1.7.0-dev-r40229

% echo > iota2

% svn rm --keep-local iota2

% svn add iota2
A iota2

%
]]]

Thanks for the report.

Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414396

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-04 13:49:58 CET

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.