Thanks,
Guy

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 2:49 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: CVS file locking question


[ On Thursday, June 21, 2001 at 13:58:26 (-0400), Larry Jones wrote: ]
> Subject: Re: CVS file locking question
>
> Using a network filesystem to share a repository is a recipe for
> disaster; we've had many reports of corrupted repository files due to
> network file system bugs.  I strongly advise you to set up some form of
> client/server CVS instead.  You can find a version of CVS that will run
> as a server on NT at <http://www.cvsnt.com/>, but you'd likely have
> fewer problems running the server on a Unix platform.

I often share my working directories over NFS, but even then I never do
any CVS operations on the client....

Sharing of working directories works particularly well if either all
build machines are the same architecture, or you've got an architecture-
independent build system (eg. the native *BSD build -- I'm building
NetBSD/sparc from an NFS-mounted working directory right now, and I
built the i386 variant from the same directory at the same time (past
tense because my i386 machine is faster than the sparc, particularly
since it didn't have to pull the sources over NFS over my 10Mbps
ethernet :-)).

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <[EMAIL PROTECTED]>     <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>;   Secrets of the Weird <[EMAIL PROTECTED]>

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to