I'm migrating our repositories and SVNManager to another machine. Is it possible to convert SVNManagers database from MySQL to sqlite? I want to avoid the hassle of having a mysql database installed, instead of a single sqlite file.
Our old installation is SVNManager 0.38 and I've installed 1.03 on the new server.
BTW, SVNManager has been working flawlessly. Managing seven repositories and more than 75 users.
/Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm migrating our repositories and SVNManager to another machine. Is it possible to convert SVNManagers database from MySQL to sqlite? I want to avoid the hassle of having a mysql database installed, instead of a single sqlite file.
Our old installation is SVNManager 0.38 and I've installed 1.03 on the new server.
BTW, SVNManager has been working flawlessly. Managing seven repositories and more than 75 users.
/Markus
Hi there!
I never tried this, but maybe you can use the SQLite command line tool in order to .read a MySQL dump file. Be sure to make backups!
Marijn