Re: path based authz and write-through proxy

2015-09-24 Thread Nico Kadel-Garcia
On Thu, Sep 24, 2015 at 3:34 PM, Aaron Friesen wrote: > All, > > I have been tasked with setting up a mirror of several repositories with > write-through back to the master. What is your engineering time worth? Wandisco publishes a very nice multi-master setup that does precisely this, at http:/

Re: path based authz and write-through proxy

2015-09-24 Thread Eric Johnson
In our deployment with mirrors, the access file is generated from information stored in Subversion. The act of mirroring the repository with the access information in it triggers the post-commit hook which updates the permissions locally. Eric. On Thu, Sep 24, 2015 at 12:34 PM, Aaron Friesen w

Re: path based authz and write-through proxy

2015-09-24 Thread Mark Phippard
It really depends on what you are using the feature for. If you are only using it to block who can commit, then you really do not need it on the mirror since all writes will go back to the master. But if you are using it to hide paths (read access), and want to do that on the mirror, then you nee

path based authz and write-through proxy

2015-09-24 Thread Aaron Friesen
All, I have been tasked with setting up a mirror of several repositories with write-through back to the master. We have path based authorization on the master. The svn book simply states to: ... configure each of your "slave" servers in the exact same way, but add the special SVNMas