Re: svn-mergeinfo-normalizer ideas

2015-07-09 Thread Stefan Fuhrmann
On Thu, Jun 25, 2015 at 5:10 PM, Stefan Hett wrote: > Hi, > > I'm dealing with one remaining case svn-mergeinfo-normalizer normalize > doesn't seem to be able to handle yet. Would it be possible to add support > for this? > > Case: Eliminate incorrect mergeinfos of pre-branch-revisions. > > Looki

Re: inconsistency between mergeinfo records

2015-07-09 Thread Stefan Fuhrmann
On Thu, Jun 25, 2015 at 3:29 PM, Stefan Hett wrote: > Hi, > > as promised, answering the remaining questions now: > Hi Stefan, First of all, thank you for the detailed feedback! It is very helpful. I spent the last two weeks refactoring and reworking the tool. The main changes: * explicit --v

Re: move-tracking-2 pool management

2015-07-09 Thread Julian Foad
Philip Martin wrote: > Build the branch with pool debugging on APR and tests fail on the merge > operation with: > > apr_hash_merge: overlay's pool is not an ancestor of p > Aborted > Thanks for finding that, Philip. It looks to me like there must be something wrong inside the loop if it care

move-tracking-2 pool management

2015-07-09 Thread Philip Martin
Build the branch with pool debugging on APR and tests fail on the merge operation with: apr_hash_merge: overlay's pool is not an ancestor of p Aborted The problem is the pattern used to create svnmover_wc_t objects: a result pool is passed to wc_create(), a subpool is created and the object a