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

Path based access control based commits are not getting transferred to proxy

From: Ravi Roy <ravi.aroy_at_gmail.com>
Date: Sat, 6 Oct 2012 13:47:51 +0530

Hi Everyone,

Path based access control is causing an issue for me. Configuration of my
subversion setup is below :

Subversin 1.6.1, CentOS 5.x, Apache 2.2.x with LDAP authenticating and
authorizing from Microsoft Active Directory with one Master and and one
Proxy.

I have enabled path based access control on Master and proxy in the
following way on the repository of "projectA" : my "acess-permissions" file
below :

[groups]

developer-group1 = dev1, dev2
developer-group2 = dev3, dev4
project-managers = mgr1, mgr2, mgr3
repo-admins = admin1, admin2, sync-user

[/]
* = r
@repo-admins = rw

[/trunk/secret-docs]
@repo-admins = rw
@project-managers = rw
* =

[/trunk/projectA]
@developer-group1 = rw

Users of groups repo-admins, project-managers, developer-group1,
developer-group2 can browse the and commit to their respective permissions
area without any issue, all commits are replicated to proxy except
"/trunk/secret-docs" I do not know why.

I can think of permssions issue, but I'm using "sync-user" as dedicated
user for communication between master and proxy and same user is in Apache2
configuration.

I have come through a post :
http://mail-archives.apache.org/mod_mbox/subversion-users/201210.mbox/%3C506AAC7A.8060906@sab2i.com%3E
but
it is not clear if this post refers to the same issue or not.

Note : I'm only getting this issue in case of [/trunk/secret-docs] sync to
proxy, other repositories have no issues at all but no path based control
is enabled in other repositories. Also, other parts of this repository also
get synced with proxy as soon as commit take place there.

Can somebody suggest what I'm doing wrong here? or it is not possible to
sync path based access control (like above) between master and proxy?

Thank you in advance

Regards
RR
Received on 2012-10-06 10:18:29 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.