Kazutoshi Satoda wrote:
> 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.
Thanks for testing.
This should now be fixed in r12469. At least it worked with my tests.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-03-28 08:27:12 CET