PIN before branch-point (was Re: Invalid change ordering?)
Stephen Lee
stephen.lee at hexagonmetrology.com
Tue Feb 13 12:00:33 EST 2007
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 <Stephen.Lee at hexagonmetrology.com>
Software Engineer, Vision Group - Pro-Measure Leader
Wilcox Associates Inc. (U.K.)
More information about the vss2svn-users
mailing list