version control - Mercurial Error 400: Bad Request with return code 255 -


our repository consists of 2 branches default branch(where new features developed) , stable branch(where bug fixes implemented). when developer merges default branch stable branch , pushes other developers receive error 400: bad request return code 255 when attempting pull or push changes.

we have multiple other repositories reside on same server used different teams not seem suffer same issues. repository in question used our web development team in conjunction webstorm ide.

this second time have run problem same repository. last time happened created new repository , lost of our history. not ideal solution , highly undesirable. determine cause is leading error.

when clone repository problem resolved temporarily until pushes new change involving merging 2 branches, person pushed change begins receive error.

the following output of hg --debug --traceback pull

c:\dev\hosedprism>hg --debug --traceback pull using http://mercurialserver01:8080/hg/rproxweb_old/ sending capabilities command using auth.rprox.* authentication http auth: user jpalumbo, password ******** pulling http://mercurialserver01:8080/hg/rproxweb_old/ query 1; heads sending heads command http auth: user jpalumbo, password ******** searching changes taking initial sample searching: 2 queries query 2; still undecided: 208, sample size is: 200 sending known command http auth: user jpalumbo, password ******** traceback (most recent call last): file "mercurial\dispatch.pyo", line 88, in _runcatch file "mercurial\dispatch.pyo", line 743, in _dispatch file "mercurial\dispatch.pyo", line 514, in runcommand file "mercurial\dispatch.pyo", line 833, in _runcommand file "mercurial\dispatch.pyo", line 804, in checkargs file "mercurial\dispatch.pyo", line 740, in <lambda> file "mercurial\util.pyo", line 475, in check file "mercurial\extensions.pyo", line 144, in wrap file "mercurial\util.pyo", line 475, in check file "hgext\mq.pyo", line 3508, in mqcommand file "mercurial\util.pyo", line 475, in check file "mercurial\commands.pyo", line 4743, in pull file "mercurial\localrepo.pyo", line 1670, in pull file "mercurial\discovery.pyo", line 46, in findcommonincoming file "mercurial\setdiscovery.pyo", line 182, in findcommonheads file "mercurial\wireproto.pyo", line 115, in plain file "mercurial\wireproto.pyo", line 163, in _submitone file "mercurial\httppeer.pyo", line 170, in _call file "mercurial\httppeer.pyo", line 118, in _callstream file "urllib2.pyo", line 406, in open file "urllib2.pyo", line 519, in http_response file "urllib2.pyo", line 438, in error file "urllib2.pyo", line 378, in _call_chain file "urllib2.pyo", line 1078, in http_error_401 file "mercurial\url.pyo", line 407, in http_error_auth_reqed file "urllib2.pyo", line 963, in http_error_auth_reqed file "urllib2.pyo", line 974, in retry_http_digest_auth file "urllib2.pyo", line 406, in open file "urllib2.pyo", line 519, in http_response file "urllib2.pyo", line 444, in error file "urllib2.pyo", line 378, in _call_chain file "urllib2.pyo", line 527, in http_error_default httperror: http error 400: bad request abort: http error 400: bad request 

hg verify not report corruption in repository.

i attempted use hg rollback command, per following question mercurial keeps returning error 400: bad request. did not seem resolve problem.

has ever run similar problem? or have insight issue be? forever grateful help, not save our history prevent occurring again in future.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -