On Wed, Jul 16, 2008 at 02:28:47PM -0700, Eric Schrock wrote: > Should we be exposing these gates over NFS at all?
My suggestion would be to just export the working directory, which would be kept up-to-date via one of the gate hooks. That way mercurial simply won't recognize the directory as a repo, and none of the NFS problems exist. (Obviously, do this for both the open and closed repos.) Danek