On 5 August 2015 at 17:35, Andy Goth <andrew.m.g...@gmail.com> wrote:
>
> Let's take one case where Fossil and Unix disagree about mv.
>
> mkdir -p x/dir
> fossil new x.fossil
> cd x
> f open ../x.fossil
> echo hello > dir/file
> f addremove
> f mv -hard dir dir2
>
> The last command prints:
>
> RENAME dir dir2
> MOVED_FILE /home/andy/x/dir
>
> It creates an empty file called dir2 and leaves dir/file alone.  It also
> doesn't change the change list, which still says "ADDED dir/file".

This is (probably) fixed very recently in a branch:
http://fossil-scm.org/index.html/timeline?r=mvHardDirFix&nd&c=2015-07-29+18%3A44%3A10&n=200

(I didn't know you could omit one hyphen from long options btw.)

Michai
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to