Project

General

Profile

Setup Redmine with Mercurial to use for code version control on LAN

Added by Christopher Rayment over 11 years ago

Hi there

I used Redmine and Mercurial as a user this summer, and now I have to put together a little software project of my own I would quite like to setup a server with it. However, I've not been able to find any guides for using this combination on Ubuntu 12.04 or 12.10.

I've followed this guide here:
http://ubuntuforums.org/showthread.php?t=2034883

The web interface works (I can create a project etc), however, I can't seem to work out how to create a Mercurial repository properly. I know where to add it from the Redmine web interface, but not how to configure the server or what needs to be installed on the server. Does anyone know where I should go from here?

Thanks


Replies (1)

RE: Setup Redmine with Mercurial to use for code version control on LAN - Added by Vadim Kotov over 11 years ago

Take a look at this HowTo. Or you could just install mercurial package, run hg init at the desired location, and link to this repo in your Redmine project settings. I assume that repo and Redmine are located on the same server.
But I prefer to use external tool for repository management, like Rhodecode.

    (1-1/1)