Hello, On 11/07/15 17:39, Thorsten Schöning wrote: > I'm aware of setting up a write-through proxy using httpd, but is > there something similar possible using svnserve? I currently only use > svnserve, but would like to establish a master-slave-replication > scenario and find svnserve a bit easier to manage, especially > regarding users and authz files which I manage per repo.
Replication via post-commit hooks works but write-through proxying built in only for mod_dav_svn. Andreas