Repository RW Access

Added by Phormagos about 8 years ago

I have an account on SourceForge (phormagos) and when I try to do a clone from:

ssh:///hgroot/ryzom/ryzom

using TortoiseHg on Windows Vista 64, I get network error, permission denied.
Nowhere does it ever ask for my password and the password box on the
Hg preferences window is grayed out when I set up the SSH link.

Not looking to do any commits just yet, but I did want to get things set up
so I could in the future.

Any help greatly appreciated!


Replies (2)

RE: Repository RW Access - Added by sfb about 8 years ago

Phormagos,

This is because you do not have read-write access to our central repository. Since you will be submitting patches and not pushing changesets you should use the 'http' read-only connection URL.

When you clone you can commit your changesets to your locally cloned Hg repository and use 'hg serve' should you need to share those with another developer and if absolutely necessary we can rebase your local repository later.

Thanks,
sfb
/s

RE: Repository RW Access - Added by Phormagos about 8 years ago

sfb, thanks for the info!

(1-2/2)