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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -