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

Re: [Issue 1751] svn switch may corrupt working copy

From: makl <makl_at_tigris.org>
Date: 2004-03-09 14:00:06 CET

After a little debugging I have found the following:

In function 'drive' in reporter.c there is a call to
'b->editor->open_root'. This call sets the URL of the wc to
'file:///home/mk/test/repo/branch'.

At the end of the function the call to 'b->editor->close_edit' set the
URL to the correct value.

If something goes wrong between the two calls, the wrong URL remains in
the entry of the wc (case 3 in my last mail).

In addition close_edit do something silly when the switch is
non-recursive (case 2 and possibly case 1).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 9 13:58:22 2004

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.