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

Re: Additional parameter for svn to list directoriy with multiple/parallel/differents repositories

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Thu, 05 Jun 2008 06:24:32 -0400

Ryan Schmidt wrote:
> We have SVNListParentPath which is useful for some purposes. Yet to view
> the list of repositories you have to be in a web browser. It could be a
> useful extension to allow "svn ls" to see the list of repositories
> produced by SVNListParentPath.

The problem is that 'svn ls' expects that it is speaking directly to a
repository, in that it would only expect a single UUID, whereas
SVNListParentPath synthesizes a webpage, but it doesn't have to deal with the
fact that the child folders are different repos with different UUID's. It would
also be, IMNSHO, a very bad thing that 'svn ls' would show you something that
you couldn't then use the same URL with 'svn co'...

> Also, it might be useful to extend svnserve so that it too can
> optionally return a list of repositories in a single parent directory.

Actually, I could have sworn that someone already had done this, but I couldn't
find it in the Book or CHANGES file, and I was too tired to look at the source code.

None of this changes the fact that there is no way to "register" the
repositories present on a box, hence there is no way to iterate over such a
list, which is what the OP wants...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-05 12:23:34 CEST

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

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