The following line added to Dumpfile.pm may be of concern:
$gVersion{$data->{physname}} = $gVersion{$data->{info}};
This works better:
my $copy_version=$data->{version};
while(--$copy_version > 0) {
if (defined $gVersion{$data->{info}}->[$copy_version]) {
$gVersion{$data->{physname}}->[$copy_version] =
$gVersion{$data->{info}}->[$copy_version];
}
}
Thanks for looking this up. I have commited your patch.
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
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user