Bert Huijben wrote: > It could be that it is already there, but there should be inheritance of > copyfrom values within added directories.
Thanks for the heads-up. It looks like that may be broken here too. I'll check. This sort of nonsense is why I'm working on deduplicating the dump and load code. - Julian > Only when the revision number (or path) changes you will get a new copyfrom. > (This is what you see on a mixed revision copy… There should also be a delete > in that case now, although we used to forget these while committing in older > versions) > Julian Foad wrote: >> When loading an add-with-history from a non-deltas dumpfile, on reading the >> new >> properties, the dumpfile parser first calls the rdump load editor's >> 'remove_node_props' method. This method was attempting to issue property >> delete >> instructions for each existing property, but it was always trying to fetch >> the >> existing props from PATH@HEAD. In a copy situation, it needs to look at >> COPYFROM_PATH@COPYFROM_REV instead. [...]