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

Re: Repository access woes

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-08-19 03:54:34 CEST

At 9:32 PM -0400 8/18/03, Greg Hudson wrote:
>On Mon, 2003-08-18 at 21:24, Paul Smith wrote:
> > using a CVS server to access the repository, but that the repository
> > lives on an NFS-mounted partition rather than on the server's local
> > disk.
>
> > everyone runs CVS operations directly on the repository rather than
>> through a server
>
>These two modes of operation work in basically the same way under CVS;
>if one fails, the other is likely to as well.

Really? I think it's the same code (the "cvs server" is the same
program as the "cvs client"). But in the former case, the many
copies of this program are running on the same host; in the latter,
they are running on distinct hosts. This means, I had understood,
that synchronization (via lock files, since this is CVS) can fail in
the latter case due to network timing / race conditions and NFS
implementation bugs (and misconfigurations)--failure modes that don't
arise in the first case, because they're all sharing the same mount
point and caches.

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 19 03:55:58 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.