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

Re: Commits that aren't?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-16 19:04:40 CEST

Tom Brunet wrote:

> My best guess is that this basically boils down to an AFS consistency
> problem. Note that in most cases, I've used best-tux.cs.wisc.edu as a
> URL - what I suddenly realized was that this picks the least loaded
> machine at the time of the query to connect to (which apparently changed
> between commands). So all the bizarre behavior, I believe, was because
> I was updating the repository on one machine and AFS wasn't consistent
> when the next command ran on another machine. Perhaps someone else has
> a setup like this that they can verify this behavior?
>

The BerkeleyDB cannot be located on an AFS mount point from multiple machines,
and probably not from a single machine either. I believe someone already posted
a link to the page on www.sleepycat.com which explains this. CVS uses a
file-based repository, so (other than file locking issues), it can utilize a
remote mounted filesystem. Subversion uses BDB, which has specific requirements
which preclude using it like that.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 19:04:58 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.