Michael Hubbard <[EMAIL PROTECTED]> wrote: > I've been trying out Arx for the past couple of weeks and keep comming across > this problem when I remove or move files around. I am using version 2.2.4. > > When I remove or move a file using the arx mv or rm commands I get the > following error when I check a diff or try to commit: > > ERROR: INTERNAL ERROR: I can not find the parent of this file in the manifest: > <filename> > > I also belive this happened when I attempted to just remove an id for a file > with 'arx rm --id' at the time is wasn't a big deal so I removed the > operation from the ++changes file and my tree was usable again.
If you are manually modifying _arx/++changes, then all bets are off. Can you reproduce the problem starting from scratch? Does this script work? arx make-archive --key "" ddd ddd mkdir lit cd lit/ arx init ddd/ddd touch foo arx add foo arx commit -s "fdfd" arx mv foo bar arx commit -s "fdfd" Also, what platform are you using? Cheers, Walter _______________________________________________ Arx-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/arx-users
