> > ERROR: I can not find the parent of this file in the manifest. Did you= > > forget > > to add its parent directory? > > <filename>
That is indeed more helpful. Will this no longer leave the ',,xxxxx' work directory when it fails? > Definitely an improvement, but could it be even friendlier? How did we > get to this situation, anyway? Is it by moving an archived file into an I came across this two different ways. Once was moving the archived file into an unarchived directory. The other was removing a directory (arx rm --id) and missing an archived file within it. > $ arx mv foo baz/ > ERROR: Cannot move an archived file into an unarchived directory > You must first add baz/ to the archive (see arx help add for details) > $ That's a good suggestion. Might be easier to implement than a check on the commit/diff operation I was thinking of that could display the problem files and directories. Though the improved error message can report both conditions without having to make, I assume significant, changes to the mv and rm commands. Regards, Michael _______________________________________________ Arx-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/arx-users
