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

Re: error when upgrading working copy

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 1 May 2012 14:57:59 +0300

Philip Martin wrote on Tue, May 01, 2012 at 10:43:20 +0100:
> Ryan Schmitz <jschmitz_at_marketstar.com> writes:
>
> > Is there another way for me to run 'svn status'?
>
> We might be able to do without. It's unfortunate that the abort message
> doesn't give us the filename, if you can run under a debugger the stack
> trace would help. Or make your woking copy available to somebody else.
>

Would a syscall trace (strace equivalent) help?

> What we want to identify is the .svn/entries files that has a "deleted"
> token. You can generally open these files with an editor on Linux but I
> don't know which Windows tool to suggest. The token is a line of text
> "deleted" (not "delete" which is a separate token that is not
> interesting in this case).

I would copy entries to entries.txt and open the latter in notepad.
This also avoids any chance of 'entries' being changed silently by
a DWIM-y editor.
Received on 2012-05-01 13:58:37 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.