PIN before branch-point (was Re: Invalid change ordering?)

Dirk vss2svn at nogga.de
Tue Feb 13 15:20:10 EST 2007


>> 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



More information about the vss2svn-users mailing list