cstroe / svndumpapi

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

Fix #39: Add ability to fix newlines in properties, specifically the svn:log property #44

Closed cstroe closed 8 years ago

cstroe commented 8 years ago

You can use this consumer in your consumer chain:

new SvnPropertyChange(SvnProperty.LOG::equals, new Dos2Unix())