Ticket Change Details
Not logged in

Changes to ticket c7c36ef52e

By anonymous on 2009-08-15 21:12:21. See also: artifact content, and ticket history

    1. Change comment to "<verbatim> c:\soft\bin>fossil ve This is fossil version [137bff8294] 2009-08-15 17:45:28 UTC c:\soft\bin>fossil new qqq.foss fossil: unable to open database file </verbatim> Older versions on fossil were creating new repos on non English win XP just fine: <br> <verbatim> log of successful acces to _fossil database while executing "fossil new qqq.foss" with fossil version [1b0c251575] 22:23:38.812 fossil.exe:1468 OPEN C:\Documents and Settings\usr\Data aplikací\ SUCCESS Options: Open Directory Access: All 22:23:38.812 fossil.exe:1468 DIRECTORY C:\Documents and Settings\usr\Data aplikací\ SUCCESS FileBothDirectoryInformation: _fossil 22:23:38.812 fossil.exe:1468 CLOSE C:\Documents and Settings\usr\Data aplikací\ SUCCESS 22:23:38.812 fossil.exe:1468 OPEN C:\Documents and Settings\usr\Data aplikací\_fossil SUCCESS Options: OpenIf Access: All </verbatim> while recent version fails:<br> <verbatim> log of failed acces to _fossil database while executing "fossil new qqq.foss" with fossil version [137bff8294] 22:27:00.863 fossil.exe:3780 DIRECTORY C:\Documents and Settings\usr\Data aplikací\ SUCCESS FileBothDirectoryInformation: _fossil 22:27:00.863 fossil.exe:3780 CLOSE C:\Documents and Settings\usr\Data aplikací\ SUCCESS 22:27:00.863 fossil.exe:3780 OPEN C:\Documents and Settings\usr\Data aplikac\_fossil PATH NOT FOUND Options: OpenIf Access: All 22:27:00.863 fossil.exe:3780 OPEN C:\Documents and Settings\usr\Data aplikac\_fossil PATH NOT FOUND Options: OpenIf Access: All </verbatim> I would guess, problem was introduced with check in [6b0196aeb8]<br> The problem seems to be stripped "í" character <br> (http://www.fileformat.info/info/unicode/char/00ed/index.htm)<br> from the localised path to the location where _fossil file is.<br> OK<br> C:\Documents and Settings\usr\Data aplikací\_fossil<br> Wrong<br> C:\Documents and Settings\usr\Data aplikac\_fossil<br>"
    2. Change foundin to "[137bff8294]"
    3. Change private_contact to "24b67375dd2ec6c7381a5ad34cfcf006f0b9c260"
    4. Change severity to "Severe"
    5. Change status to "Open"
    6. Change title to "recent fossil on non English variant of winXP fails to create new repo"
    7. Change type to "Code_Defect"