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

Re: E155011 + E160013: how to clear this mess?

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 14 Feb 2019 14:10:38 +0100

On Thu, Feb 14, 2019 at 12:55:02PM +0000, Niemann, Hartmut wrote:
> Hello!
>
> After some copying of trees, and renaming I seem to have brought my WC into a messy state.
>
> when I try to commit changes of a folder, I get
>
> Deleting #REQ#B4#1#.xlsx
> svn: E155011: Commit failed (details follow):
> svn: E155011: File 'D:\localpath...\#REQ#B4#1#.xlsx' is out of date
> svn: E160013: '/repos/locoproc/!svn/txr/15246-c5h/remotepath.../%23REQ%23B4%231%23.xlsx' path not found
>
> If I look into the 'repo browser', the file that is marked as "delete" isn't there.
> So SVN wants to commit a delete for a file that is not committed.
>
> cleanup doesn't help.

Cleanup is not supposed to help with this type of problem.

> revert doesn't help.

But reverting the local deletion should indeed be possible and prevent
'svn commit' from trying to delete this path.

So why does revert not help? How did you attempt to revert the deleted
path? What output did you see when you tried to revert the path?

Regards,
Stefan
Received on 2019-02-14 14:10:59 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.