Couldn’t perform atomic initialization SQLite error with Subversion on Eclipse

eclipsesqlitesubversion

I'm trying to check out some code from my company's svn repository and I get this message on the console:

checkout https://svn.[company]/[repo]/Trunk/[project] -r HEAD \
   --depth=infinity --force
Couldn't perform atomic initialization
svn: Couldn't perform atomic initialization SQLite error
svn: SQLite compiled for 3.7.14.1, but running with 3.7.4

But, on the terminal, I can checkout the project without problems.

Has anyone been able to solve this problem as well?

I'm running Slackware64-current. Subversion is 1.7.8. SQLite is 3.7.14.1. On Eclipse I installed Subclipse from Eclipse Market, which (I believe) is currently at version 1.8.18, here's its about page:

about eclipse - subversion client

Best Answer

I'm using gentoo and got the save error. But after updating dev-vcs/subversion, dev-db/sqlite and rebuild linked apps by revdep-rebuild --library libsqlite3.so all became good.

Related Question