mercurial - How to fix a broken stream/dead verify? -


i've tried clone repo got this:

$ hg clone ssh://path/to/repo               destination directory: assessment requesting changes adding changesets adding manifests adding file changes transaction abort! rollback completed abort: stream ended unexpectedly (got 531348 bytes, expected 534446) 

i tried verifying repo on server:

$ hg verify checking changesets checking manifests crosschecking files in changesets , manifests checking files killed 

what heck "killed" mean?? how fix that?

server ran out of memory , didn't have swap linux killed it. apparently mercurial consumes fair bit of memory.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -