Unable to push large repository
I have 2 repositories, one 300 mb and another 7 Gb
All of them I can successfully push to Bitbucket (albeit the second one takes around 20 hours to push)
But I can't push any of them to my instance of hglab.
My setup: Server 2012+IIS8+SSL frontend -> ARR -> Server 2012+IIS8+SSL hglab backend
I bumped request timeouts to 3600 seconds and max request length to 2 gb, no luck, connection gets reset (Socket error 10054) after about 150 MB of data and 20 minutes (ADSL...)
Pushing 300MB directly from the front webserver fails with Error 502 (==backend error), BUT the commits end up in the repository successfully.
What can be tweaked and what can I ultimately expect to achieve?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 29 Aug, 2013 09:48 AM
Oleksandr,
If you have filesystem access to the web server HgLab is running on, you
can just copy over files to appropriate directory.
Is this feasible for you?