cstroe / svndumpapi

A Java library for manipulating a Subversion dump file.
GNU Affero General Public License v3.0
5 stars 1 forks source link

PathChange won't update more than one line in the svn:mergeinfo property #14

Closed cstroe closed 8 years ago

cstroe commented 9 years ago

PathChange only updates the first line of an svn:mergeinfo property. It should update every line, if there's a match.

cstroe commented 9 years ago

This is the problematic line: https://coveralls.io/builds/3782507/source?filename=src%2Fmain%2Fjava%2Fcom%2Fgithub%2Fcstroe%2Fsvndumpgui%2Finternal%2Ftransform%2FPathChange.java#L22

No test coverage :-1: