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 #32: FileContentReplace properly tracks files across revisions #52

Closed cstroe closed 8 years ago

cstroe commented 8 years ago

Introduced a way of tracking SVN paths across revisions.

FileContentReplace uses this to keep track of files it changes.