Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn server synchronise automatically

I have a svn server on our lan locally its on windows. The developers use and check in/out from that. Just to be on the safer side we have took up a server from rackspace a linux one. Is it possible to do an automatic weekly synchronise from the local svn server to the remote one. The remote one will be mainly used as a remote backup but just in case if somebody wants to access then they can do as there is no static or external IP for our lan.

like image 666
zapping Avatar asked Oct 14 '22 10:10

zapping


1 Answers

I would suggest to to use svnsync for this. When triggered from the post-commit hook, this tool (part of the svn distribution) allows for a live synchronization between 2 (or more) svn servers.

like image 64
jeroenh Avatar answered Nov 22 '22 22:11

jeroenh