Solved Subversion svnserve error

I just tried doing a subversion checkout using svnserve and got the following error:-

Code:
svn: E200029: Couldn't perform atomic initialization
svn: E200030: SQLite compiled for 3.13.0, but running with 3.10.2
Do I need to install an updated SQLite?

I did try running pkg install sqlite but was offered 2.8.17_3 which seems like a long way behind what I need.
 
Just sorted it out .... different versions of sqlite3 on two different system...

Trying pkg install sqlite3 on both systems showed one to be uptodate and the other out of date...

All working now.
 
Back
Top