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

Re: Handling of ra_local URL for UNC path

From: Kazutoshi Satoda <k_satoda_at_f2.dion.ne.jp>
Date: Fri, 28 Mar 2008 04:07:35 +0900

Stefan Küng wrote:
> Kazutoshi Satoda wrote:
>> I want ...
(snip)
> Ok, changed in r12446.

Thank you. I tested the nightly r12449. Some are fixed, but some
problems are found.

(From log message for r12446)
> Change the default format for file:// urls from file:/// and file:///\ to file:// only.

Please note that the form "file://" (2 slashes) is only for
UNC paths like "\\server\folder". It doesn't work for other paths.
I'm sorry if my previous messages are confusing.

>> - repo-browser for a repository on "//server/folder" initially
>> shows (and selects) the root of the repository, as same as it
>> does for a repository on "C:/folder".

NG. A repo-browser for "\\127.0.0.1\svn_repository\sandbox" shows
"file:////127.0.0.1/svn_repository/sandbox" as the URL. This URL
does not work with CLI. (But the repo-browser shows the contents of
the repository. I don't know why.)

Also, A repo-browser for "C:\svn_repository\sandbox" results in
the following error message.
> Unable to open repository 'file://C:/svn_repository/sandbox'
The URL must be "file:///C:/svn_repository/sandbox" (3 slashes) for
this case.

>> - the browse [...] button at the side of the URL box opens
>> repo-browser (instead of Browse for Folder dialog) for both
>> "file:///\server/folder" and "file://server/folder".

OK for the case of "file://server/folder". For
"file:///\server/folder", it opens repo-browser, but the URL is
changed to "file:////server/folder" which doesn't work with CLI.

>> - repo-browser for a repository on "//server/folder" shows its
>> URL as "file://server/folder".

OK.

-- 
k_satoda
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-03-27 20:08:24 CET

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.