Re: mercurial question (issue with clone of Products.Silva)

Antonin AMAND <[email protected]> Thu, 10 Mar 2011 19:09:36 +0100
Newsgroups gmane.comp.web.zope.silva.devel
Message-ID <[email protected]>
Hi Andy,

Mercurial protocol can generate huge query arguments when there are a
lot of branches in the repository which is the case with
Products.Silva.

You can set this at the global level (not in a virtualhost), in your
apache configuration to fix your problem :

LimitRequestLine 32768

Antonin

On Thu, Mar 10, 2011 at 7:07 PM, Andy Altepeter <[email protected]> wr=
ote:
> Greeting Devs,
>
> Now that Silva 2.3 is out and using the nice mercurial DVCS rather than
> subversion, we at Bethel are also setting up a local mercurial server.
> We've created downstream 'clones' of the core Silva products which we've
> customized. =A0This should make it easier for us to manage upgrading
> Silva, since we have a direct path to the upstream Silva.
>
> We've configured our mercurial server to operate over https using apache
> + mod_wsgi. =A0This has worked nicely, however we have one issue with our
> clone of Products.Silva. =A0On my workstation's local clone of
> Products.Silva, when I attempt to push a one-line change to our central
> hg server (it doesn't matter what it is), I get the following response:
>
> aaltepet@bilbo:~/silva/local-Silva-2.3/src/Products.Silva> hg push
> pushing to https://hg.bethel.edu/Products.Silva
> searching for changes
> abort: HTTP Error 414: Request-URI Too Large
>
> Odd. =A0There is neither a message in the apache error log nor is this
> request recorded in the access log.
>
> When I instead push to hg.infrae.com, it is successful.
>
> Does anyone have any idea what's going on?
>
> Thanks,
> Andy
>
>
>
> _______________________________________________
> silva-dev mailing list
> silva-dev-IAPFreCvJWM6s/[email protected]
> https://lists.infrae.com/mailman/listinfo/silva-dev
>