Date: Tue, 22 May 2001 04:00:31 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Wilko Bulte <wkb@freebie.demon.nl> Cc: hackers@FreeBSD.ORG Subject: Re: -R for make update ? Message-ID: <3B0A46CF.9D0CB622@mindspring.com> References: <20010521194828.A789@freebie.demon.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Wilko Bulte wrote: > > Hi > > Is there any specific reason why one needs to be able to > write a lock to the CVS repo when running 'make update' > to get a freshly checked out source? Yeah: you aren't running your CVS server in "pserver" mode, and so are trying to do a lock, either in your local copy, or over NFS. If you run your repository in pserver mode, the CVS server will be connected to over the network, instead of attacking your CVS repo directly, and you won't have the problem you are seeing, since the cvs server will be able to get the lock, no problem. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B0A46CF.9D0CB622>