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

Re: SVN access issue

From: Patrick Rodacker <mailinglists_at_the-reflection.de>
Date: 2007-06-05 13:33:44 CEST

chetan wrote on 05.06.2007 13:05:
> but then one more question then do I need to have entry for tags and
> branches also ?
> as
> [/sbmrepos/tags/sbm/test]
> @sbm-qa = rw
> [/sbmrepos/branches/sbm/test]
> @sbm-qa = rw

yes you have to. As stated in the documentation [1] permissions are
inherited from parent to child directories. So unless you give the group
sbm-qa access to the whohle sbmrepos you have to define the access for
every directory.

Another approach could be to redefine your repository structure. If sbm
is module, why not have a trunk, branches, and tags branch in the module?

root
- sbmrepos
--dbm
---branches
---tags
---trunk
--othermodule
---branches
---tags
---trunk
...

Don't know if this applies to your setup, but this is a common way to
handle the structure.

Regs
Patrick

[1]
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 5 13:34:36 2007

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.