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

[TSVN] Re: file:/// access to fsfs repository

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-10-06 14:48:20 CEST

"Simon Large" wrote:
> The new SVN parsing seems to accept backslashes and slashes (almost)
> interchangeably, except for that leading backslash on a UNC path. I'm not
> saying SVN is correct, just that it is more tolerant as well as being
broken

How about this as a *horrible* temporary fix

in SVNUrl.c/SVNUrl::Unescape

Either:
Comment out the new_url.Replace('\\', '/');

Or:
After the replace, if new_url begins with "file:////" change to "file:///\\"

Or is that a baaaaad thing to do?

I know, you shouldn't have to work around SVN bugs, but although it is
marked for a quick fix (Issue 2011), chances are it won't get fixed in 1.1.1
as it is not yet started.

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 6 15:52:13 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.