Fix duplicated items in prop merge

This commit is contained in:
Steve Streeting 2020-04-22 09:49:17 +01:00
parent 693dce9e74
commit 175282bf69

View File

@ -129,6 +129,7 @@ function Set-Svn-Props {
# use new value
$finallist.Add($newitem)
++$oldidx
$insertednewitem = $true
} elseif ($match -gt $oldmatch) {
$finallist.Add($olditem)
++$oldidx