Re: [Monotone-devel] how to recover damaged database?

2006-05-07 Thread Timothy Brownawell
On Sun, 2006-05-07 at 17:11 -0500, Kelly F. Hickel wrote: While testing the import of our CVS repo, the machine was rebooted. After the reboot, when I tried to continue importing, I received the message below. In this instance, I could just start over, but it raises the question of what would

Re: [Monotone-devel] how to recover damaged database?

2006-05-07 Thread Timothy Brownawell
On Sun, 2006-05-07 at 22:49 -0500, Timothy Brownawell wrote: void revision_set::check_sane() const { // null id in current manifest only permitted if previous // state was null and no changes if (null_id(new_manifest)) { for (edge_map::const_iterator i = edges.begin();