Stephen Lee wrote:
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]; } } -- Stephen Lee <[EMAIL PROTECTED]> Software Engineer, Vision Group - Pro-Measure Leader Wilcox Associates Inc. (U.K.) _______________________________________________ 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