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
Post a Comment