How to configure Mercurial with Redmine
Added by Laurent Brack over 15 years ago
I was just wondering if there was any kind of documentation on how to configure Redmine for Mercurial. I have search everywhere but haven't found anything (useful) on the topic.
Any help is welcome.
Thanks in advance
Replies (3)
RE: How to configure Mercurial with Redmine - Added by Joe Clarke over 15 years ago
After you setup your project, click on Settings, then Repository and Select Mercurial. For the root directory, enter the full path to a copy of your repository on the same server your redmine instance is on.
If this isn't working, check the production.log for errors.
RE: How to configure Mercurial with Redmine - Added by Laurent Brack over 15 years ago
Thanks from the prompt answer. This seems simple enough. One more question. The master repository is on a machine I do not have access to. So unless I am mistaken, I could clone it and redmine would preform periodically pulls or does it have to be the repository the change sets are being pushed to.
RE: How to configure Mercurial with Redmine - Added by Joe Clarke over 15 years ago
If its not on the same server, you will need to do periodical pulls, you could also just setup a cron to do a pull automatically for you every hour or so.