[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: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Mon, 2 Jun 2008 15:17:50 -0500

On Jun 2, 2008, at 04:26, Omar Martin Medina Izaguirre wrote:

> Problem:
> Ho to get information about existance repository-names in root-
> directory of svnserver.
> Not all the people are using one "big" reporsitory for all
> projects. I dont think about "svn list"
>
> it will be usefule for normal enduser to have the possibility to
> get the name of existance multiple repositories
> this option is necessary, if developers are working in different
> projects - repositories
>
>
>
> EXAMPLE:
> each order is a repository
>
> /REPOSITORIES/NOREPO
> /REPOSITORIES/projekt01
> /REPOSITORIES/projekt02
> /REPOSITORIES/projekt03
> /REPOSITORIES/projekt04
>
>
> svnserver -d -r /REPOSITORIES
>
>
>>> svn -listrepositories svn://XXXXX:xxx
>
> /REPOSITORIES/projekt01
> /REPOSITORIES/projekt02
> /REPOSITORIES/projekt03
> /REPOSITORIES/projekt04

When you serve your repository via Apache, you can use
"SVNListParentPath on" to see the list of repositories in a web
browser. But there's no way to see it on the command line, and no way
to see it at all if you don't serve via Apache.

---------------------------------------------------------------------
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-02 22:18:20 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.