I have a mercurial repo set up on a server and I'd like to be able to access it remotely. How would I go by doing that?

link|improve this question

50% accept rate
feedback

3 Answers

Have you read Publishing Repositories?

link|improve this answer
feedback

The mercurial book section on collaboration has some setup help.

link|improve this answer
feedback

for "me" as the owner: ssh

for the public: http (via 'hg serve')

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.