On Fri, Feb 11, 2011 at 11:55:08PM +0600, Victor Sudakov wrote:
> Can two svnserves share one repository?

Yes. You can run as many server instances as you like, also with
different access methods (e.g. http:// and svn:// at the same time).

> There will be no data corruption, will there?

In general, no. There are some multi-access problems with BDB-based
repositories running into issues with berkeleyDB where you might have
to unwedge repositories using svnadmin recover:
http://subversion.apache.org/faq.html#stuck-bdb-repos

However, these days FSFS-based repositories are the default and
they don't have that issue.

Reply via email to