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

Re: Path based access control based commits are not getting transferred to proxy [Solved]

From: Ravi Roy <ravi.aroy_at_gmail.com>
Date: Sun, 7 Oct 2012 19:48:17 +0530

On Sat, Oct 6, 2012 at 1:47 PM, Ravi Roy <ravi.aroy_at_gmail.com> wrote:

> 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.

For records, It is solved by doing the following change in httpd.conf :

   <Location /repos/projectA>
     ...
     ....
    "satisfy any" changed to "satisfy all"

   </Location>

and proxy repository created in a fresh way first time sync from
master to proxy was done using
"sync-user" manaully. Though, earlier first time "svnsync init" and
"svnsync sync" was done as as other admin user.

Now I can see "/trunk/secret-docs" on proxy too alongwith right group
permissions on this folder.

Thanks!

RR
Received on 2012-10-07 16:18:54 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.