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