You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Flanakin Michael C Ctr HQ OSSG/OMR <Mi...@Gunter.Af.Mil> on 2005/10/21 12:54:20 UTC

Listing All Repositories in a Directory

My project is using a number of repositories for its independent
sub-projects. Repositories get added as new sub-projects are created. My
users would like to be able to see a list of all the child repositories.
Is there a way to do this with Subversion? I have Apache setup using the
SVNParentPath, so I'd simply like to have a web page list the child
directories. Obviously, I can create an HTML file or stand-up an app to
view it, like WebSVN; but I'd rather not go thru all that hassle right
now.
 
Michael Flanakin
 

Re: Listing All Repositories in a Directory

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 21, 2005, at 14:54, Flanakin Michael C Ctr HQ OSSG/OMR wrote:

> My project is using a number of repositories for its independent
> sub-projects. Repositories get added as new sub-projects are  
> created. My
> users would like to be able to see a list of all the child  
> repositories.
> Is there a way to do this with Subversion? I have Apache setup  
> using the
> SVNParentPath, so I'd simply like to have a web page list the child
> directories. Obviously, I can create an HTML file or stand-up an  
> app to
> view it, like WebSVN; but I'd rather not go thru all that hassle right
> now.

Neither Apache nor Subversion will do this for you automatically. You  
need to install a separate script.

The TortoiseSVN team has already written one you can use. Go here:

http://tortoisesvn.sourceforge.net/docs/release/TortoiseSVN_en/ch03.html

And scroll down to "Index of projects under SVNParentPath" for a  
short PHP script and Apache mod_rewrite directives that should suffice.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Listing All Repositories in a Directory

Posted by Joshua Varner <jl...@gmail.com>.
On 10/21/05, Flanakin Michael C Ctr HQ OSSG/OMR
<Mi...@gunter.af.mil> wrote:
>
> My project is using a number of repositories for its independent
> sub-projects. Repositories get added as new sub-projects are created. My
> users would like to be able to see a list of all the child repositories. Is
> there a way to do this with Subversion? I have Apache setup using the
> SVNParentPath, so I'd simply like to have a web page list the child
> directories. Obviously, I can create an HTML file or stand-up an app to view
> it, like WebSVN; but I'd rather not go thru all that hassle right now.
>
I'm pretty sure there's a way to handle it in the apache setup, but
I can't find it right now. The second message in this thread
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=356604
has a link to a php script that claims to do what you want.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org