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:/
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
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
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