sharing mercurial with another user

Kevin Bullock kbullock+mercurial at ringworld.org
Wed Dec 26 16:35:42 UTC 2012


On Dec 25, 2012, at 3:20 PM, Dan page wrote:

> Hi,
> 
> I know this maybe an easy question but suppose I set up
> a mercurial repository. How can I share it with other users?

One easy way is using Bitbucket <http://bitbucket.org/>.

If you also share SSH access to a server with the people you're sharing the repository with, you can give them access to it that way. See <http://mercurial.selenic.com/wiki/MultipleCommitters>.

To quickly share with someone on the same local network for a limited time, you can fire up `hg serve` in your repo. It's not intended as a permanent server process, but it works for quick code-sharing.

If you want to set up your own hgweb instance, behind Apache, Nginx, or anything else that supports WSGI, start with <http://mercurial.selenic.com/wiki/PublishingRepositories>.

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock




More information about the Mercurial mailing list