Changes to ticket 5f9f516a22
By chi on 2009-06-13 16:54:48. See also: artifact content, and ticket history
- Appended to comment:
chi added on 2009-06-13 16:54:48:
Thank you bharder! Thru your remark I was finally able to spot the bug, but I don't have an idea, how to solve it!In the archive there is a file Manifest. Now Fossil want to create an own file manifest where it stores some information. Unfortunately the MacOS/X' filesystem HFS+ is case insensitive per default! So the checkin's file Manifest and Fossil's own one manifest are considered the same. So after checkin, Fossil write its manifest thereby destroying a file that is part of the checkin! Fossil detect that and complain.
As Fossil do not need a file manifest (i.e. it can work without one), it should be taken into consideration, whether it should be possible to prevent the creation of the manifest and manifest.uuid files per default?
Ciao, chi :-)