[Julian Foad] > 2. Behaviour of Local Renames > D. Other WC commands > > - copy from source path: fail (can't reference a gone-away node) > > - copy from target path: record as copy of that target path? (can we > guarantee ordering such that that will be propagated correctly?)
Huh ... I think this operation, {mv A B; cp B C}, should behave exactly like {cp A C; mv A B}. Peter