> And a slave svn " svnslave/svn/slave"
>
> config SLAVE:
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
>
> DocumentRoot /var/www/svn
>
>
>
>DAV svn
>SVNParentPath /var/www/svn
>SVNMasterURI http://svnmaster/svn/
Dear all,
I have doing some test with svn mirror. The idee is to have a mirror that
would only get his read from his local svn. And the writing is done to the
master.
So
http://stackoverflow.com/questions/2286586/mirror-svn-repository-write-through-proxying
started with this.
Have a master svn "