Size: 890
Comment:
|
Size: 894
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
4. modify the .config file presents in the install folder (all the settings could be empty): | 4. modify the .config file presents in the install folder (all the setting keys could be empty): |
HG-SERVICE
HgService is a windows service wrapper for hg mercurial. After installing HgService you can run hg mercurial repository as a windows service instead of running "hg serve" in a command prompt.
http://bitbucket.org/andrearicossa/hgservice/
Install instructions:
- install hg mercurial on the server
- create a repository using hg init
- run msi or exe into the bin folder
- modify the .config file presents in the install folder (all the setting keys could be empty):
CommandLine the program to run (by default is hg.exe)
CommandLineArguments the hg commands or options, ie."-A access.log -E error.log"
WorkingDirectory the repository folder, if it's not specified it takes the install directory
Author: Andrea Ricossa - andrea.ricossa[at]gmail.com