New enlistment for OpenGrok not accepted (Mercurial + anon ssh)

Avatar

Knut Anders Hatlen

7 months ago

Hi,

I've been trying to add a new enlistment for OpenGrok, but I keep getting a message about the URL not being valid. This is the URL that I normally use to access the repository:

ssh://anon@hg.opensolaris.org/hg/opengrok/trunk

Is access to Mercurial repositories with anonymous ssh supposed to be supported, or am I doing something wrong?

Thanks.


Avatar

Robin Luckey

7 months ago

Ohloh does not support ssh for Mercurial.

You must supply a public URL using the http or https protocols.

Do you know whether opensolaris.org requires ssh for all of its Mercurial access?

We haven't investigated the requirements for this yet -- it might be possible to add this at some point, but for now this is not supported.

Thanks, Robin


Avatar

Knut Anders Hatlen

7 months ago

As far as I know, ssh is the only way to access the Mercurial repositories on opensolaris.org.

Thanks.


Avatar

Knut Anders Hatlen

7 months ago

For now, I've set up a private mirror using the http protocol. Seems to be working fine. Support for anonymous ssh sometime in the future would be great, though. Thanks.