I'm trying to install mercurial-server. After adding my keys to keys/root
and refreshing auth, I tried to clone hgadmin-repo but I get the following error:
$ hg clone ssh://hg@<domain>/hgadmin
remote: mercurial-server: no such repository hgadmin
abort: no suitable response from remote hg!
Anyone know what's the problem?
Are you sure your clone command syntax is correct? I see at least two errors in it:
Example FAILING (missing the source repo and using only one '/' before 'home')
Example FAILING (missing the source repo)
Example SUCCEEDING: