> > The beta "works" for me. I left it going for 5 hours yesterday, but it > > never got passed LOADVSSNAMES though :) > > Wow, that is strange. 5 hours for only loading the names. How large is > your names.dat file? This is one of the easiests steps and normally > finishes within minutes. > > what happens if you run "ssphys info names.dat > names.xml"? How large > is the XML file.
Hmm, in that case I'd better start a new thread... mahdell vss2svn # ls -lh vss/Code/data/names.dat -rwxr-xr-x 1 root root 3.5M 2006-04-17 11:18 vss/Code/data/names.dat mahdell vss2svn # time ssphys info vss/Code/data/names.dat > names.xml WARNING: unable to correctly set the windows-1252 locale real 0m7.628s user 0m6.196s sys 0m0.660s mahdell vss2svn # ls -lh names.xml -rw-r--r-- 1 root root 11M 2006-04-18 12:10 names.xml mahdell vss2svn # time vss2svn.pl --vssdir vss/Code/ --ssphys /usr/bin/ssphys --dumpfile svn/vss2svn-dumpfile.txt --verbose --timing Connecting to database ./_vss2svn/vss_data.db ======== VSS2SVN ======== BEGINNING CONVERSION... Start Time : Tue Apr 18 12:11:03 2006 VSS Dir : vss/Code/ Temp Dir : ./_vss2svn Dumpfile : svn/vss2svn-dumpfile.txt SSPHYS exe : /usr/bin/ssphys SSPHYS ver : unknown TASK: INIT SETTING TASK LOADVSSNAMES SETTING STEP 0 TASK: LOADVSSNAMES "/usr/bin/ssphys" info "vss/Code//data/names.dat" WARNING: unable to correctly set the windows-1252 locale real 6m21.727s user 2m5.324s sys 4m11.460s I got bored, so hit ctrl+c. With debug turned on, and the output redirected to a file, I can see it takes a few seconds to get going, then very quickly jumps to 11MB, but ends mid way through a NameCacheEntry. It looks like it only has about 50 lines of xml output to go too. strace just shows the XML output stopping, the process ending, and perl getting on with SAX. Same deal with full paths. Thanks -- Mike Williams _______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org