[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: Omar Martin Medina Izaguirre <omar.medina_at_web.de>
Date: Wed, 04 Jun 2008 23:54:33 +0200

Hello John,

i am not sure, if i have understood your response. i can not recognise, if you agree or disagree the suggestion.

you are right, with your opinion:
> since there are many situations where you don't want
> J. Random User to even _know_ about the presence of a given repo.

BUT to avoid such access, an additonal entry/setting can be done in the authz-file, which is use in svnserve.conf (authz-db = authz)
something likes this
[public]
list = publish / private

svn --listrepositories svn://XXXXXXXX:xxxx
lists the name of all publish repositories

EXAMPLE:
each order is a repository

/REPOSITORIES/NOREPO
/REPOSITORIES/projekt01 (publish)
/REPOSITORIES/projekt02 (publish)
/REPOSITORIES/projekt03 (private)
/REPOSITORIES/projekt04 (private)

svnserve -d -r /REPOSITORIES

svn -listrepositories svn://XXXXX:xxx

/REPOSITORIES/projekt01
/REPOSITORIES/projekt02

Best Regards
omar

_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

---------------------------------------------------------------------
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 05:59:44 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.