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

Re: TSVN 1.5.5 shows a strange folder in freshly created repository

From: Kurt Pruenner <leak_at_gmx.at>
Date: Mon, 29 Dec 2008 10:57:51 +0100

Allwyn wrote:
> "Its just that I happened to right-click in the repository folder
> (through the network without using the mapped drive) and found this
> problem" i.e. seeing the strange folder.

Ah, okay - I think I assumed you meant "working copy" instead of
repository folder, since I couldn't think of a usecase why anybody would
want to use TSVN's context menu in the repository folder.

It seems as if TSVN tries to detect that you're in a repository folder
and automatically opens that via a "file:" URL in the repo browser, but
it somehow manages to screw up the conversion from an UNC path to a file
URL.

So if I navigate to our repository folder via a Windows share (i.e.
"\\server\e$\AKh\subversion\AKh"), right click in that folder and choose
"SVN Repo-Browser" it automatically opens the URL

        "file:////server/e$/AKh/subversion/AKh"

instead of the correct

        "file://server/e$/AKh/subversion/AKh"

which of course works fine when you edit the URL by hand...

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=994910
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-29 10:58:10 CET

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

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