Comment #1 on issue 4 by tobiasly: No dump file
http://code.google.com/p/vss2svn/issues/detail?id=4
(No comment was entered for this change.)
Have you tried the solution from
http://lists.pumacode.org/pipermail/vss2svn-users-lists.pumacode.org/2007-January.txt?
They suggest disabling TortoiseSVN.
That said, I have the same problem. My VSS 5.0 database is ~2.2 GB in size.
I run this analyze tool with "C:\DevStudio\Vss\win32\analyze
-banalyze-results -v4 -i- data", then "C:\DevStudio\Vss\win32\ANALYZE.EXE
-banalyse2 -f -v4 data" to fix some errors. After that, there were only
some minor warnings in my analyze.log. According to
http://code.google.com/p/vss2svn/wiki/RunningTheMigration, I only have to
fix errors, not warnings.
Then I run "C:\Users\abachmann\Documents\Tools\vss2svn-0.11.0>vss2svn.exe
--vssdir C:\DevStudio\Vss --verbose".
After a while, the tool exits with:
===================================
<several thousand ssphys entries>
"ssphys" info -ewindows-1252 "C:\DevStudio\Vss/data/Z/ZYZAAAAA"
COMMITTING CACHE 'PhysicalAction' TO DATABASE
SETTING TASK MERGEPARENTDATA
SETTING STEP 0
TASK: MERGEPARENTDATA
DBD::SQLite2::st execute failed: unable to open database file(1) at
dbdimp.c line 419 at vss2svn.pl line 640.
DBD::SQLite2::st execute failed: unable to open database file(1) at
dbdimp.c line 419 at vss2svn.pl line 640.
===================================
All I got is an empty vssdata folder, three txt files
(datacache.NameLookup.tmp.txt, datacache.Physical.tmp.txt and
datacache.PhysicalAction.tmp.txt) and a 16.8 MB vss_data.db file.
I'm running vss2svn-0.11.0 on Win7 Professional 32 Bit and don't have any
Tortoise tools installed (I had them installed before, but I uninstalled
them several days ago). The only VCS tool installed is Bazaar.
I'm willing to help in any matter to solve this problem.
I also get the following output when running vss2svn.exe:
COMMITTING CACHE 'PhysicalAction' TO DATABASE
SETTING TASK MERGEPARENTDATA
SETTING STEP 0
TASK: MERGEPARENTDATA
DBD::SQLite2::st execute failed: unable to open database file(1) at
dbdimp.c line 419 at vss2svn.pl line 640.
DBD::SQLite2::st execute failed: unable to open database file(1) at
dbdimp.c line 419 at vss2svn.pl line 640.
I do not have TortoiseSVN running. Is there any advice on this?
Many thanks,
Jon