[darcs-devel] [issue2479] BUG: Error descending in modifyTree

Pierre-ÉtienneMeunier bugs at darcs.net
Fri Nov 20 06:46:54 UTC 2015


New submission from Pierre-ÉtienneMeunier <pierre-etienne.meunier at aalto.fi>:

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 []

----------
messages: 18852
nosy: pierre-etienne.meunier
status: unknown
title: BUG: Error descending in modifyTree

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue2479>
__________________________________


More information about the darcs-devel mailing list