cstroe / svndumpapi

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

SvnDumpWriterImpl produces incorrect output when replacing files #21

Closed cstroe closed 8 years ago

cstroe commented 8 years ago

SvnDumpImplWriter adds extra new lines in some places, and misses newlines in other places. This will be easier to describe with a failing test, so will submit failing test to the branch, and then make it pass.

cstroe commented 8 years ago

Failing tests committed in 5d26e6e904ee6aca90944143994d91525b09be24.