Hi,

I managed to configure mercurial-server on my gentoo vps, and add my
public key for the root user to it.

I can ssh to hg@myvps.

But this is what I get when I run hg clone ssh://hg@myvps/hgadmin:

running ssh hg@myvps "hg -R hgadmin serve --stdio"
remote: Traceback (most recent call last):
remote:   File "/usr/share/mercurial-server/hg-ssh", line 76, in <module>
remote:     dispatch.dispatch(['-R', repo, 'serve', '--stdio'])
remote:   File
"/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 31, in
dispatch
remote:     if req.ferr:
remote: AttributeError: 'list' object has no attribute 'ferr'
abort: no suitable response from remote hg!

Any clues?

-- 
Nilesh Govindarajan
http://nileshgr.com

Reply via email to