Error 404 when pulling from repository
Josh Malinski
JMalinski at anasazisoftware.com
Wed Oct 12 21:23:34 UTC 2011
Awesome thanks so much for your help. I like option B as well I would rather keep the server current with the clients. Now begins the fun of change management with the server and the IT department.
Thanks Again.
Whoever said the support from the community is spotty was wrong but that’s just my 2 pesos.
--Josh
-----Original Message-----
From: Matt Mackall [mailto:mpm at selenic.com]
Sent: Wednesday, October 12, 2011 2:02 PM
To: Josh Malinski
Cc: mercurial at selenic.com
Subject: RE: Error 404 when pulling from repository
On Wed, 2011-10-12 at 11:09 -0700, Josh Malinski wrote:
> IIS 7.5 for the webserver. It is the old version of hgweb
> (hgwebdir.cgi), I am not sure the version of the CGI I would have
> thought it was the version that came with 1.8.1 but now I am wondering
> because I thought it was changed to hgweb.cgi at that point...
>
> The capabilities command returns;
>
> lookup changegroupsubset branchmap pushkey stream
> unbundle=HG10GZ,HG10BZ,HG10UN
Ok, your options are either:
a) tweak your webserver to allow longer URLs again (like it apparently used to)
b) update hgweb to 1.9+ so that it can bypass the URL size limit
c) reduce the number of heads reported by 'hg heads -t' (possibly by
merging)
I recommend (b). You shouldn't need to touch your existing config or CGI scripts, just update the package.
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial
mailing list