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

[TSVN] UNC path

From: Doug Currie <e_at_flavors.com>
Date: 2004-10-05 22:34:17 CEST

Now that svn 1.1 fsfs backends support sharing repositories across
networks without a server bottleneck, this has become our preferred
approach.

Over on the svn mailing list we determined that svn command line tools
"support" the syntax
   file:///\server/share/repos
for accessing repositories on Windows shares. Other uglier URIs that
seem to work include
   file:///%5cserver/share/repos
   file:///%2f%3F/UNC/server/share/repos

However, in TortiseSVN, the UNC URIs above don't work. In the simpler
cases, the '\' is converted to '/' and svn throws it away and tries to
access the local drive. In the '?' case, TortiseSVN gets kinda
bonkers, e.g., in the Repo Browser window.

Are there any known work arounds for accessing repositories with UNC
names?

Are there any plans to add UNC repo naming as a new feature?

e

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 5 23:46:28 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.