Restoring files from a corrupt bundle

Erik Muttersbach erik at muttersbach.net
Mon Nov 29 11:31:17 CST 2010


Hi,

I have a bundle file from a strip command. If I want to restore it I get
the following error:

hg unbundle .hg/strip-backup/68a8f24f62d0-backup.hg 
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: received file revlog group is empty

I also tried a pull without success:

hg pull .hg/strip-backup/68a8f24f62d0-backup.hg 
pulling from .hg/strip-backup/68a8f24f62d0-backup.hg
searching for changes
adding changesets
transaction abort!
rollback completed
abort: data/sc2-local.tar.i at 2cad29d699f8: no node!

I am executing these operations in the original repository, without any
change after the strip.

Whats wrong here? i have no backup of the strip and I hope I am not
screwed now ...

Erik



More information about the Mercurial mailing list