If you need to setup a central mercurial server, follow these steps.
The only thing I would advice against would be using the re-write module. It has a query string length limitation of 2050 characters. Mercurial uses, in my opinion, the query string in a bad way when pushing changesets. It really should use the POST for any large amount of data, but it uses the query string currently for some part of the POST. This causes IIS to return a 404. The limitation is easily avoided by not using the rewrite module. You just have to deal with ugly URLs.
0 comments:
Post a Comment