I'm having trouble restructuring my repository. Here is a minimal example with darcs 2.10.1 on debian (the problem happens both in a ramfs and on an EXT4 fs).
My intention was to create a new directory called "a" and move all recorded files to that directory, so that after the following set of commands, I was expecting to get exactly one recorded file a/b.
$ mkdir d
$ cd d
$ darcs init
Repository initialized.
$ echo "test" > b
$ darcs add b
Adding 'b'
$ darcs record -a
Finished recording patch '+b'
$ mkdir a
$ darcs mv $(darcs list files) a
darcs: BUG: Error descending in modifyTree, path = AnchoredPath []
|