[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Combining public and private paths

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 11 Feb 2011 21:14:21 +0100

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.
Received on 2011-02-11 21:15:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.