Hi Eric, 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! > > How do I get ssh to work?
It's a bit confusing alright: you need to put '//' in the path after the machine name, otherwise the following path is seen as relative to your home directory. so, ssh://timf at elpaso.eng//export/gate-hg works for me. cheers, tim