arx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Arx-users] Arx 2.2.4 mv/rm bombs on commit


From: Walter Landry
Subject: Re: [Arx-users] Arx 2.2.4 mv/rm bombs on commit
Date: Mon, 05 Dec 2005 14:12:37 -0800 (PST)

Michael Hubbard <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]