Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-03-05 21:48:48
Size: 1334
Editor: mattinicx
Comment:
Revision 4 as of 2010-03-08 09:45:43
Size: 894
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## IMPORTANT NOTE:
## When you use this page as a template for creating your project page:
## * please remove all lines starting with two hashes (##)
## * except the acl line, please keep that, but remove one hash, so it reads #acl ...
## * fix the acl line so it has the correct page instead of the sample Project/...Group
##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read
##master-page:Unknown-Page
##master-date:Unknown-Date
#format wiki
Line 22: Line 13:
 4. modify the .config file present in the install folder (all the settings 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
 4. modify the .config file presents in the install folder (all the setting keys could be empty):
  * ''Command''''''Line'' the program to run (by default is hg.exe)
  * ''Command''''''Line''''''Arguments'' the hg commands or options, ie."-A access.log -E error.log"
  * ''Working''''''Directory'' the repository folder, if it's not specified it takes the install directory
Line 28: Line 19:
----
CategoryWindows CategoryWeb

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:

  1. install hg mercurial on the server
  2. create a repository using hg init
  3. run msi or exe into the bin folder
  4. 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


CategoryWindows CategoryWeb

HgService (last edited 2012-02-09 01:26:16 by smtp)