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

Re: subversion repository lock problems

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-07 03:05:38 CEST

On May 6, 2005, at 10:27 AM, lists@groundclutter.com wrote:

> We have multiple apache processes on multiple webservers directly
> interacting with a single repository on the remote file server.
> That's the bit that just seems wrong to me.

There's nothing wrong with N processes accessing an FSFS repository.
It's not like some processes are "blessed" and others aren't; they
all use the same libsvn_fs library, whether it be mod_dav_svn,
svnserve, svnlook, svnadmin, or SVN::Client. The fact that the
repository is on a network filesystem shouldn't matter either, as
long as it's FSFS.

So in theory, what you're doing should work just fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 7 03:08:33 2005

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.