Tagged Questions
0
votes
1answer
238 views
Couldn't perform atomic initialization SQLite error with Subversion on Eclipse
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
...
0
votes
0answers
413 views
SVN error message: “E200030: sqlite: database disk image is malformed” on checkout
The .svn folder doesn't exist yet. I tried deleting it after it was created, but I get the same issue again
@:/var/www/htdocs$ svn checkout https://host/svn/trunk/ .
svn: E200030: sqlite: database ...