Hello,

I had the working directory with some files moved from one directory to another:

Something like this, but on three files:
fossil mv path/file.txt path2/file.txt
mv path/file.txt path2/file.txt
edit path2/file.txt
...

Then I decide to do:
fossil update  # being on trunk

And to my surprise, the update had lines like:
CONFLICT path2/file.txt
REMOVE path2/file2.txt
ADD path/file.txt
ADD path/file2.txt
....

So it updated the working directory quite wrong, if I understand correctly. Some
of the files I had were removed.
And the 'fossil status' now shows nothing about path2, but all edited in 'path'.
All the 'fossil mv' things went away.

It seems like today I'm having more troubles than usual with fossil. :)
(version [cf178577ec])
_______________________________________________
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