开发者

Is there any workaround for hg timing out on a push operation?

开发者 https://www.devze.com 2023-01-31 08:29 出处:网络
I\'m trying to push to bitbucket, a changeset with several thousand files which were changed (I\'m committing a huge library dependency). The commit on my local box worked just fine, but when I try to

I'm trying to push to bitbucket, a changeset with several thousand files which were changed (I'm committing a huge library dependency). The commit on my local box worked just fine, but when I try to do the actual push, the operation times out (hg says "searching for changes" for a while, then the whole thing just collapses).

Obviously, I have absolutely no control over the server side.

Anything I can do in a scenario 开发者_运维问答like this?


What does hg outgoing say? Also you could try to push partially hg push -r changeset_no, where changeset_no is any changeset from the middle of the all changesets need to be pushed.

0

精彩评论

暂无评论...
验证码 换一张
取 消