Hello,
On 03/24/2018 02:15 PM, Bo Berglund wrote: > Is there some current HOWTO I can use to set this up? http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy > Some questions that have popped up: > - Should the nightly sync job run on the source or the target? Actually this could (and should) be a post-commit hook for an immediate sync. > - Can the servers be using different OS (Win/Linux)? Yes. > - Should I use Apache or plain svn on the destination Linux server? Both work, and this depends on your network behind it. Ensure that you have at least one layer of encryption and authentication. > - I can port forward the svn server to the gateway on the target but > not on the source, does this affect where the job should run? Yes you can sync in this way, the sync can be run from any host including a third one (but I recommend server hooks). The sync can also be done via URLs (ports) deviating from the usual or declared sync target. Andreas