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

RE: Am thinking of using subversion as a general purpose filing s ystem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-02 19:54:04 CEST

On Fri, 2004-04-02 at 11:45, andy.glew@amd.com wrote:

> However, nearly all of my local NTFSes are shared
> at some time or another, so I ask: if a local filesystem
> is accessed remotely, does this cause a problem?

If your BDB database is on NTFS, it doesn't matter if a remote process
accesses the NTFS filesystem in general. It matters if a remote process
accesses the *BDB* files remotely. That's the situation to avoid:
"don't ever access your BDB files over a network filesystem". That's
not the same thing as saying that BDB files can't live on a filesystem
that is shared in general.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 19:55:50 2004

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.