cstroe / svndumpapi

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

Remove the dependency on TreeOfKnowledge from FileContentReplace. #54

Closed cstroe closed 7 years ago

cstroe commented 7 years ago

FCR keeps track of its replaced nodes now instead of delegating to TreeOfKnowledge. Delegating to TreeOfKnowledge currently takes up too much memory. These changes should fix the memory issues with FCR.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 84.472% when pulling a4f01f476a86958ed0b65df86cfe17ad75ecb791 on fix_fcr into c8465bef77e12b5aa32deded88c582eab3a0b7de on master.