Hi again,

I made a test on a simple, one file repository with two dirs:

DirA\file.txt
DirB\

I created a new repo, added DirA/file.txt, commited, made some
changes, moved file to 'DirB', issued 'fossil chan' -> saw the MISSING
file, issued 'fossil extra' -> saw DirB/file.txt. Issued 'fossil mv
DirA/file.txt DirB/file.txt' then 'fossil chan' -> saw EDITED
DirB/file.txt. And, finally, 'fossil diff DirB/file.txt' resulted in
'fossil.exe: file DirB/file.txt does not exist in checkin:'

Looks like a bug in the diff command but please confirm it if you can.
My 'fossil ver' -> 'This is fossil version 1.18 [df9da91ba8]
2011-07-13 23:03:41 UTC'; OS: 'Windows 7 x64'

  Regards,
  Jacek


W dniu 1 września 2011 16:39 użytkownik Jacek Cała
<jacek.c...@gmail.com> napisał:
> Hi Stephan,
>
> Actually, I moved the files. Sorry, forgot to add that my first
> 'fossil chan' reported some MISSING files which I found after running
> 'fossil extra'. This allowed me to let fossil know that the files were
> moved by running 'fossil mv'. And so this my question: why fossil
> can't find them in the new place if I can clearly see they're there?
> Also 'fossil ls' shows they're in the new dir.
>
> I suspect that 'fossil diff' tries to search for previous versions in
> the new dir instead of the old one. That could explain the problem.
>
> Have anyone seen anything similar?
>
>  Jacek
>
> W dniu 1 września 2011 16:14 użytkownik Stephan Beal
> <sgb...@googlemail.com> napisał:
>> 2011/9/1 Jacek Cała <jacek.c...@gmail.com>
>>>
>>> fossil.exe: file XXX does not exist in checkin:
>>
>> You also need to do the mv yourself. fossil mv records the intention but
>> does not actually perform the mv on the filesystem.
>>
>>>
>>> Can't say if that matters but all above was after moving my repository
>>> from its original place and issuing 'fossil open
>>> REPO_IN_A_NEW_PLACE.fossil --keep'
>>
>> That "shouldn't" matter, as long as you re-open after moving your fsl file.
>>
>> --
>> ----- stephan beal
>> http://wanderinghorse.net/home/stephan/
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
_______________________________________________
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