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

Re: feature request - repo-browser browse non-repositories in sane manner

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-10 19:24:45 CEST

Donald H Locker wrote:
> Currently, when repo-browsing, when I reach the top of my hierarchy
> (file:///\Server/Users/blahblah/SVNRepositories/) I can't discover the
> names of the repositories contained therein. To do so, I need to use
> Windogx Exploder to look at the directories in SVNRepositories, then
> type the name into the URL dialog box to get to the right repository.

That's correct: the repo browser only can fetch data from a repository.
The list of repositories is *not* inside a repository, so there's no
apache module to respond to the queries of the repobrowser.
With Subversion 1.3, there's a new directive for mod_dav_svn:
SVNListParentPath on
which will make that module return a list of all repositories under
SVNParentPath to a webbrowser (but that still won't work with the
repobrowser).

That can't be easily changed. Even if we could, it would increase the
latency a lot, so we wouldn't do it anyway. Sorry.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Apr 10 19:25:04 2006

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.