[TSVN] Re: TSVN 1.1.1 release schedule
From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-10-23 23:43:19 CEST
> > When do you propose to release TSVN 1.1.1? I would like to check the
I just tested on the nightly, and it doesn't fix it for UNC repos. Issue
SVN 1.1.0 did support UNC repo access already, but you have to use a
svn ls file:///\blazepoint-sjl/temp/repos
actually works OK in SVN cli, but not in TSVN because we always convert
The fix I came up with was in SVNurl::Unescape()
... aaagh. Can't put quoted URLs in my C code because outlook express
Well, in very bad pseudo code:
if (url starts with file:///\) and (next character != '/' or '\')
so file:///\blazepoint-sjl\temp\repos
Excuse the lack of escaped backslashes. OE is too confusing.
It is easy to test this on your own PC by sharing a folder and using the
Ideally, SVN should support UNC paths in their native form, but I guess
Simon
---------------------------------------------------------------------
|
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.