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

Re: Adding LAN support to Subversion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-27 17:42:04 CET

kfogel@collab.net writes:

> Kopp David K <david.kopp@us.army.mil> writes:
> > What I am talking about is being able to put the subversion repository on a
> > shared drive and then have multiple clients access it, like you can with
> > Visual SourceSafe.
>
> Would the "file://" local access method not work in this situation?

It should, in theory. The only problem is that BerkeleyDB may not
behave so well over an SMB share, because BerkeleyDB requires
super-strict posix file-locking semantics. There have been mixed
reports about this.

Maybe David is thinking about writing a new network protocol that
marshalls svn commands directly over SMB! If BerkeleyDB can't
operate directly on an SMB-mounted drive letter, this would be the
only recourse, I guess.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 27 17:45:15 2003

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

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