Is it safe to run two instances of svnserve on one repository, or only one?
- by fredden
We've two nodes running heartbeat/drbd, and one of the services we're using is subversion. What I want to know is: is it safe to run svnserve on both nodes all the time, or should it only run on the active node?
Does svnserve use file-level locking, or is it all in memory? What are the implications of running svnserve without its repositories accessible?
Please let me know if this isn't clear, and I'll try my best to rephrase/clarify. :)