Kenneth Porter wrote:
On Friday, September 29, 2006 3:11 PM +0300 Gert Kello <[EMAIL PROTECTED]> wrote:

16 "Use of uninitialized value in concatenation (.) or string at
Vss2Svn/ActionHandler.pm line 508."

That's assembling the path to the physical file and either the directories or file name are undefined. Corrupt physical file?

Quite possible. But I have no idea how to debug it.


Quite many "ERROR -- Could not open export file
'./_vss2svn/vssdata/RT/RTGAAAAA.18'
at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 874" - maybe they correspond
to 0-length check-ins?

Run "ssphys info rtgaaaaa" to see.

Nop, not 0-length file. Corrupted one instead. "ssphys get -v 34 rtgaaaa a" says "ssphys: no file delta record found for check-in action (probably item did not retained old versions of itself)" - but the file should have old versions AFAIK. I can check tomorrow if I get to work.


also, many "ERROR -- FAILED with non-zero exit status 255
at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 1115" - why doesn't it have
any additional info?

The errors don't get reported until later. Look earlier in the run to see if ssphys reported any errors.

I'm unable to find any errors coming from ssphys. But there are loads of errors - the log file totals over 200 kBytes. I dismissed most of them as irrelevant: "ERROR -- Attempt to add entry 'BAAAAAAA' with unknown version number (probably destroyed)
at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 729
ERROR -- Attempt to move unknown item 'GCAAAAAA':

at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 729
ERROR -- Attempt to delete unknown item 'GCAAAAAA':

at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 729"

"ERROR -- Attempt to share unknown item 'VPEAAAAA':

at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 729"

"ERROR -- Attempt to branch unknown item 'OUGAAAAA':

at c:\TEMP\Kolibri_Vss2Svn\vss2svn.pl line 729"


It might of course be due my build of ssphys.exe, cause:
ssphys help get

throws "Debug assertion failed!" in file c:\Program files\Microsoft
Visual Studio 8\VC\Include\xstring Line: 173 (Bug in MS code?)

That line in xstring is validating a pointer adjustment in a std::string iterator. I haven't looked in detail to see why. Try running it in the VS debugger.

The line that throws exception is
boost/program_options/options_description.cpp, line 361, (boost 1.33.1)
"if (line_begin + (line_length - indent) > par_end)"

So it's boost problem... I should probably download the latest RC to see if it still there.

--
Gert

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
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
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to