|
2009-08-15
| ||
| 22:36 | • Fixed ticket [c7c36ef52e]: recent fossil on non English variant of winXP fails to create new repo plus 2 other changes artifact: c16fb5ebe3 user: anonymous | |
| 21:41 | • Ticket [c7c36ef52e]: 2 changes artifact: 99b8395b94 user: drh | |
| 21:38 | Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] check-in: a25092b14c user: drh tags: trunk | |
| 21:12 | • New ticket [c7c36ef52e] recent fossil on non English variant of winXP fails to create new repo. artifact: ffcca36d9c user: anonymous | |
| Ticket Hash: | c7c36ef52edabdfc29c113082a54709522e9baa9 | ||
| Title: | recent fossil on non English variant of winXP fails to create new repo | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Severe | Priority: | |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: |
2009-08-15 22:36:42 16.63 years ago |
Created: |
2009-08-15 21:12:21 16.63 years ago |
| Version Found In: | [137bff8294] | ||
| Description: | ||||
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 fileOlder versions on fossil were creating new repos on non English win XP just fine: 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 while recent version fails: 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 I would guess, problem was introduced with check in [6b0196aeb8] The problem seems to be stripped "í" character OK drh added on 2009-08-15 21:41:16: anonymous claiming to be PF added on 2009-08-15 22:36:42: | ||||