I currently use one svn repository on one server, but to make it more failsafe. I have another svn repository set up on another server, how can I mirror the svn on my secondary server with the information in my svn on my primary server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use svnsync from SVN itself which is able to replicate to an other server, but be aware of that the replicated repository is read only. The best thing is to replicate every commit via post-commit-hook script onto the backup server.