So the correct fix would be:
else if (isprint (c))
{
//char realc = (char) c;
//outString->append( &realc, 1 );
*outString += (char) c; // somewhat more efficient
function call.
++i;
}
else
{
++i;
}
could you try this one please.
I'll try a new run tomorrow.
The conversion process now runs to completion but I did'nt get a useable
dumpfile.
Can you be more specific on this? What is the error message?
There is no error loading it but it is rather small (only 1.3Mb) and all
files loaded in SVN have a lenght of zero bytes.
at /usr/local/bin/vss2svn.pl line 625
Attempt to delete unknown item 'QIDAAAAA':
at /usr/local/bin/vss2svn.pl line 625
Attempt to add entry 'TVHAAAAA' with unknown parent
at /usr/local/bin/vss2svn.pl line 625
Could not determine real path for 'LXHAAAAA':
Could you please have a look into your
"datachache.PhysicalAction.tmp.txt" file and check the timestamps of
the two "ADD" actions for the physical file QIDAAAAA. e.g in my case,
where I also have such a file, I find the following
> 28050 QIDAAAAA 1 \N ADD logo.BMP 2
1044270559 Dirk 1 \N 1 AAAAADIQ 0 \N
> 45903 QIDAAAAA \N ZWAAAAAA ADD logo.BMP 2
1044270559 Dirk 0 \N 1 AAAAADIQ 1 \N
Some actions in VSS come in pairs, one time in the child and one time
in the parent. You have to recombine them to get useable information.
For the output above, the first line is the info in the child, and the
second one in the parent, and for both lines, the timestamp 1044270559
is the same.
Please check this for all files reported as problematic. If there is a
larger difference than 4 seconds, you could try the following:
Indeed the time difference is 14 seconds.
Could not open export file './_vss2svn/vssdata/YB\YBAAAAAA.1'
at /usr/local/bin/vss2svn.pl line 755
Could not open export file './_vss2svn/vssdata/ZB\ZBAAAAAA.1'
at /usr/local/bin/vss2svn.pl line 755
Could you please lookup the filename of this item YBAAAAAA (e.g in the
datachache.PhysicalAction.tmp.txt) and check, wether this item was
branched?
No it was not branched. I get this error for every file in the database.
Actually the files do exist in vssdata and I think the error only
occurs because there is a backslash in the path.
_______________________________________________
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