Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Host Mercurial on my company's intranet?

Instead of using an external web-based Mercurial host, I want to set one up on my company's intranet. Is there a web-based tool for Mercurial that lets you have an interface like Bitbucket's but let's you host Mercurial locally?

like image 966
nickl Avatar asked Mar 18 '10 20:03

nickl


3 Answers

Mercurial ships with hgwebdir.cgi, which can be configured to provide a basic interface for repository hosting. It's quite straightforward to setup with Apache.

I use this on my OSX box at home; took about an hour - most of that was permissions related to kludging in server operations on a desktop box.

It's not Bitbucket. If you have a decent-sized budget, you might be able to purchase a bitbucket license for your company - I don't know.

like image 117
Paul Nathan Avatar answered Oct 03 '22 06:10

Paul Nathan


Hgwebdir provides you a web interface for your hg repos. It's little simpler than what your can get from Bitbucket but good enough.

You have to setup a webserver(apache) and mercurial on a server.

like image 35
Kami Avatar answered Oct 03 '22 04:10

Kami


With Deveo you can manage Mercurial, Git and Subversion repositories, as well as WebDAV repositories for binary storage. It also has other features such as project Wiki's and issue tracking, which makes it like Github/Gitlab but with support for multiple VCS's.

(Disclaimer: I'm working at Deveo)

like image 25
kontulai Avatar answered Oct 03 '22 06:10

kontulai