On Apr 20, 2011, at 06:23, phaneedra wrote: > I didn't get information related to setup two svnservers with svnsync by > providing checkin and checkout on two servers. > > More clearly I have two servers at different location. I have to make sync > and provide access to users to check in and check out from any of the > server. Not as mirror.
Subversion doesn't provide that capability. You can only have one master server, and you can use svnsync to create any number of read-only mirrors of that master. You can also configure those mirrors to proxy any write (commit) requests back to the master. This is sufficient for most setups. For full multiple-master capability, you'll have to look elsewhere. For example, WANdisco is a commercial product that's based on Subversion that offers this. http://www.wandisco.com/subversion/multisite I've never used it and don't know anything more about it besides that it exists.
