开发者

How can I have the main repository stored on a local network?

I'm wondering how can I have the main Mercuri开发者_开发百科al repository stored on the local network and every developer connected to it can do the usual things (just like with BitBucket online.)

Thanks.


Check https://www.mercurial-scm.org/wiki/PublishingRepositories
If it's only on a local network, hg serve is the easiest/fastest with 0 auth support. of course you can always use ssh without the need of setting up a server. hg clone ssh://your-main-server/path/to/repo


  1. Set up a machine running the apache HTTP server (or another webserver that can host hgwebdir)
  2. Install the hgwebdir CGI script.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜