Simon,
Why can't the repobrowser utilize the html page that's generated by
Subversion and extract the repository names. A simple internet
browser view window would do. If the URL contains the http:// prefix,
use the browser when a propfind error occurs. If it's anything else,
like svn:// then throw the standard response of no repository found.
I will place a feature request with the SVN folks to include a
directory listing under svn:// for the SVNParentPath.
<html><head><title>Collection of Repositories</title></head>
<body>
<h2>Collection of Repositories</h2>
<ul>
<li>Repo1/</li>
<li>Repo2/</li>
<li>Repo3/</li>
</ul>
<hr noshade><em>Powered by <a href="http://
subversion.tigris.org/">Subversion</a> version 1.4.6 (r28521).</em>
</body></html>
Scott Guerrieri
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-07-02 16:29:47 CEST