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.
You, too?? But this could also be a Linux problem, and as you wrote, there is still a backslash in the filename.

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.

Yes, I think this is the case. Have a look into the Dumpfile.pm line 731. There is still a backslash in the expression:

   my $file = "$expdir\\$data->{physname}.$data->{version}";

should be changed into

   my $file = "$expdir/$data->{physname}.$data->{version}";

Perhaps this works better on Linux

Dirk

_______________________________________________
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

Reply via email to