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

Re: Another Feature Request for the RepoBrowser

From: Scott Guerrieri <sguerrieri_at_sbcglobal.net>
Date: Wed, 2 Jul 2008 07:28:11 -0700 (PDT)

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

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.