Fossil SCM
SQLITE_CANTOPEN with latest fossil release
2e0d927de876cd0…
· opened 14 years, 10 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- —
- Created
- May 13, 2011 4:59 a.m.
With latest fossil release [d8221b9863], I am unable to pull changes from fossil canonical repo. Instead there is a message "SQLITE_CANTOPEN..." It is happening on Czech win XP, SP3, settings being the same as with ticket [8d916f5fc3].
OS message in Czech tells, that system cannot find path specified correct path should be "C:\Documents and Settings\user\Data aplikací_fossil", Path for _fossil file in function winOpen() is missing "í" small letter i with acute.
c:\soft\bin>fossil ver
This is fossil version [d8221b9863] 2011-05-12 14:56:52 UTC
c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\user\Data aplikac\_fossil) - Syst+ęm nem+»+że nal+ęzt uvedenou cestu.
c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\user\Data aplikac\_fossil) - Syst+ęm nem+»+że nal+ęzt uvedenou cestu.
c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: cannot open file at line 33316 of [f55156c519]
c:\soft\bin\fossil.exe: unable to open database file
If you have recently updated your fossil executable, you might
need to run "fossil all rebuild" to bring the repository
schemas up to date.
c:\soft\bin>fossil rebu myfossilclone_canonical.fossil
100.0% complete...
c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
[the same error message as with previous attempt to pull]
anonymous claiming to be PF added on 2011-05-20 07:58:05 UTC: With fossil version [625226d577] 2011-05-13 20:30:52 UTC there is no such problem as I reported earlier. Until proven otherwise, I am closing this ticket. Thanks