Mantis - subversion
Viewing Issue Advanced Details
3661 other major always 2009-05-08 18:53 2009-05-23 01:02
user2176  
mwatters  
normal  
closed  
fixed  
none    
none  
0003661: sqlite error
SubversionException: ('Could not configure SQLite', 200030)
This happens when using e.g. trac-admin repos resync

The bug was already in subversion-1.6 which I build for myself
It is related to the 'filesystem' one uses in subversion.

creating a repository with : svnadmin create -fs-type fsfs test
will provoke this error.
doing it with : svnadmin create --fs-type fsfs --pre-1.6-compatible test
will not.
see :

http://bugs.gentoo.org/show_bug.cgi?id=264241 [^]

note: this fix will not work for 1.6.1 out the box

and also :

http://subversion.tigris.org/issues/show_bug.cgi?id=3387 [^]
Issue History
2009-05-08 18:53 user2176 New Issue
2009-05-10 05:31 mwatters Status new => assigned
2009-05-10 05:31 mwatters Assigned To => mwatters
2009-05-10 05:32 mwatters Note Added: 0006079
2009-05-10 05:32 mwatters Status assigned => confirmed
2009-05-10 23:29 ThurnerRupert Note Added: 0006090
2009-05-17 23:22 mwatters Note Added: 0006144
2009-05-17 23:22 mwatters Status confirmed => resolved
2009-05-17 23:22 mwatters Resolution open => fixed
2009-05-23 01:02 mwatters Note Added: 0006179
2009-05-23 01:02 mwatters Status resolved => closed

Notes
(0006079)
mwatters   
2009-05-10 05:32   
Thank you for the report, I will get to it as soon as I can.
(0006090)
ThurnerRupert   
2009-05-10 23:29   
tested svn-1.6.2 and it works. put intermediate compiles on http://mirror.opencsw.org/testing. [^]

but these will not be the final ones coming from the expert :)
(0006144)
mwatters   
2009-05-17 23:22   
This is supposed to be fixed upstream in the 1.6.2 version.
subversion-1.6.2,REV=2009.05.17 is now in testing
(0006179)
mwatters   
2009-05-23 01:02   
1.6.2 released closing