What is the best way to create redundant subversion repositories?
I have a subversion repository (linked through apache2 and WebDAV) and would like to create a mirror repository on a different server in the event of outages, but I am not certain of the best way to proceed.
I am thinking that post-commit scripts could be used to propagate changes, but I am not sure if this is the best way to go, anyone have any input