Reputation: 1310
We currently follow the practice of creating branches for all our new features/fixes before merging to the trunk. At the moment we are not committing the changes SVN attempts to make to the svn:mergeinfo property to avoid it becoming a giant list.
Is there any value in keeping the merge history in this property (even when it grows to a huge amount over the years, maybe we should purge it every x years)?
Perhaps only branches we think will require multiple merges should be added to the property?
Upvotes: 2
Views: 474
Reputation: 15525
I see there 2 options for you:
I don't think that the sheer size of the merge tracking info will be a problem, the problem may be the many merges you have to handle (and keep track). And features that are reintegrated just add one line to the mergeino with the name of the branch, that is all that is kept.
Upvotes: 0
Reputation: 97282
Upvotes: 1