Mark J. Nelson writes: > Tom Whitten wrote: > > I'm attempting to do a clone from an NFS mounted repository and I get this > > message: > > > > abort: requirement 'fncache' not supported! > > > > Can anyone help me understand what this error message is trying to tell me? > > It's trying to tell you that the repository you're cloning was created > with a newer version of Mercurial than you're running. > > Use ssh instead of nfs to avoid this, since the over-the-wire protocol > has not changed. > > --Mark
Thanks for the quick response, Mark. I think that there might be room for improvement in the error message, but with your help I now know what the issue is. tom