[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-10 15:35:30 CET

Philip Martin wrote:
> makl <makl@tigris.org> writes:
>
>>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'.
>
> Well spotted! Try this patch
>
> - if (*eb->target) /* anchor is also target */
> + if (! *eb->target) /* anchor is also target */

Well done makl and Philip. That fixes some of the "svn switch" problems.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 10 15:34:35 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.