Mercurial repository not pushing to web server -


i have apache running mercurial 1.7.5 (all on windows 2003 64bit) , can clone, push , pull server repos. problem when clone 1 of projects , make change of moving files /mainfolder/subfolders1/subfolders2 1 folder subfolders1 mainfolder. commits fine local repo , can cloned locally when push server error (after long wait)

pushing http://xxxx:81/hg/hgweb.cgi/repox searching changes http error 504: gateway time-out

i have tried doing recover didn't seem fix issue. .hg sort of large compared others on system because of oracle drivers (51.8mbs total .hg folder) have googled issue as can , cant seem find running own server having similar issues

i can clarify more if needed... in advance help

apache 2.2 log:

16.43.60 - - [09/feb/2011:09:09:15 -0500] "get /hg/hgweb.cgi/stringutility?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between http/1.1" 200 1 10.16.43.60 - - [09/feb/2011:09:09:15 -0500] "get /hg/hgweb.cgi/stringutility?cmd=capabilities http/1.1" 200 79 10.16.43.60 - - [09/feb/2011:09:09:15 -0500] "get /hg/hgweb.cgi/stringutility?cmd=heads http/1.1" 200 41 10.16.43.60 - - [09/feb/2011:09:09:15 -0500] "get /hg/hgweb.cgi/stringutility?cmd=branchmap http/1.1" 200 171 10.16.43.60 - - [09/feb/2011:09:09:34 -0500] "post /hg/hgweb.cgi/stringutility?cmd=unbundle&heads=2d00dc4fd9b975e4e8fc66a3fc0d212d4858d1d0 http/1.1" 504 249

apache 2.2 error log:

[wed feb 09 09:14:39 2011] [error] [client 10.16.43.60] script timed out before returning headers: hgweb.cgi

also: when try push via cmd (hg push [server]) seems hang on "searching changes"

my solution (or workaround) exported patch , patched server. after commited new .hgignore file , went server fine. think happening because of mass move of files in commit.

thanks.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -