On 29 July 2015 at 21:29, Joe Mistachkin <sql...@mistachkin.com> wrote:
>
> Michai Ramakers wrote:
>>
>> Right... creating the target-dir 'd2' beforehand worked in my case;
>> any subdir existing under 'd' seems to be moved under 'd2' afterwards.
>>
>
> I think the following change will fix the issue:
>
>         https://www.fossil-scm.org/fossil/info/b86127e187a00bfc

thanks for the quick action. However, I think this is not exactly it:

michai@work-lap:/tmp/g/f$ $F ver
This is fossil version 1.33 [b86127e187] 2015-07-29 18:44:10 UTC
michai@work-lap:/tmp/g/f$ ll
total 0
drwxr-xr-x 3 michai michai 80 Jul 29 21:57 d
michai@work-lap:/tmp/g/f$ $F mv --hard d e
RENAME d e
MOVED_FILE /tmp/g/f/d
michai@work-lap:/tmp/g/f$ $F cha
MISSING    d/dd/f
MISSING    d/f
michai@work-lap:/tmp/g/f$ $F addr
ADDED  e/dd/f
ADDED  e/f
DELETED  d/dd/f
DELETED  d/f
added 2 files, deleted 2 files

(the corresponding timeline shows 2 added and 2 deleted files, and
history is lost)

My testdir is  './d/dd/'  with a file 'f' in each of the directories
'd' and 'dd'.

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