On Wed, 2008-07-16 at 13:57 -0700, Eric Schrock wrote: > On Wed, Jul 16, 2008 at 01:37:33PM -0700, Stephen Lau wrote: > > I would really recommend using ssh instead of NFS. > > The flag day only mentioned NFS access. I tried switching > '/net/elapso.eng/export/gate-hg' to 'ssh://elpaso.eng/export/gate-hg', > but now I gate: > > remote: abort: There is no Mercurial repository here (.hg not found)! > abort: no suitable response from remote hg!
ssh://elpaso.eng//export/gate-hg you need both double-slashes -- otherwise it's looking for ./export/gate-hg instead of /export/gate-hg - Bill