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

Re: Concurrent access to FSFS via file:// protocol?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-03 00:04:42 CEST

On May 2, 2005, at 6:04 AM, Meyer Kuno wrote:

> Hi all
>
> I've quite a treacherous question:
>
> I'm wondering wheter subversion is basically able to cope with
> concurrent access to a FSFS repositories via file:// protocol stored
> on a shared drive.
>

Absolutely. libsvn_fs is designed for concurrent access, period. It
doesn't matter which processes are accessing (apache, svnserve, svn
using file:///, svnlook, etc.)

FSFS is theoretically safe on a network share, provided files are
lockable. People run them on network shares all the time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 3 00:07:59 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.