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

Andy Altepeter <[email protected]> Thu, 10 Mar 2011 15:04:31 -0600
Newsgroups gmane.comp.web.zope.silva.devel
Message-ID <[email protected]>
Thanks Antonin, 

Increasing LimitRequestLine did the trick!

regards,
Andy

On Thu, 2011-03-10 at 19:09 +0100, Antonin AMAND wrote:
> 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]> wrote:
> > 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.  This 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.  This has worked nicely, however we have one issue with our
> > clone of Products.Silva.  On 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.  There 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
> >