Hi Daniel, You're welcome.
I'm using subversion to check in and out to an synology svn server. SVN and sql installed by the ipkg bootstrap on default settings. I don't think WAL is enabled. I hope this helps. Joost Mulder -----Oorspronkelijk bericht----- Van: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Verzonden: dinsdag 11 december 2012 21:21 Aan: Joost Mulder CC: users@subversion.apache.org Onderwerp: Re: "Couldn't open rep-cache database" (post commit FS processing) Joost Mulder wrote on Tue, Dec 11, 2012 at 11:41:59 +0000: > Hi, > > I had the same problem. > Upgrading sqlite fixed it for me. > > Carmen> ipkg install sqlite > Upgrading sqlite on root from 3.7.13-1 to 3.7.14.1-1... Looking at sqlite upstream's changelog <http://www.sqlite.org/changes.html>, the relevant item seems to be: * Enhancements to WAL mode processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. However, WAL mode isn't the default. Did you enable WAL mode? Are there other relevant items in your distribution package's changelogs? Thanks for the information! Daniel > Downloading > http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/sql > ite_3.7.14.1-1_powerpc.ipk > Configuring sqlite > Successfully terminated. > > Hope this helps. > > Kind regards, > Joost Mulder