[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: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-02 19:55:29 CEST

andy.glew@amd.com wrote:
> As written above, local NTFS sounds okay.
> Microsoft ships a POSIX compatibility kit,
> so I suspect local NTFS is POSIX compliant
> wrt locking.

No, don't make that assumption! NTFS is only POSIX compliant when all access
are through the POSIX layer, which nothing uses (except M$loth's tests to prove
POSIX compliance). None of the Win32 standard libraries pay any attention to POSIX.

Local NTFS works fine for BDB, however, but using the native locking supplied by
the standard Win32 system libraries.

>
> 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?

The filesystem is not the issue here; the files are. As long as the BerkeleyDB
files are only accessed by a local process, you are safe. You cannot use a
network map to access the BDB files safely. All other accesses to the
filesystem, whether via a map or local, are unimportant for BDB purposes.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
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:56:26 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.