Re: may be bug in svn fetch no-follow-parent

2016-06-24 Thread Александр Овчинников
https://s3-eu-west-1.amazonaws.com/profff/mergeinfo.zip even ordinary merge may take up to 20-30 minutes. I'll try to trace in future 23.06.2016, 01:58, "Eric Wong" : > Александр Овчинников wrote: >>  Unfortunately this is not open source repository. I agree that it is >> pointless try to handl

Re: may be bug in svn fetch no-follow-parent

2016-06-22 Thread Eric Wong
Александр Овчинников wrote: > Unfortunately this is not open source repository. I agree that it is > pointless try to handle mergeinfo (because it always fails). > Cases when it is expensive: > 1. delete and restore mergeinfo property > 2. merge trunk to very old branch > 3. create, delete, creat

Re: may be bug in svn fetch no-follow-parent

2016-06-20 Thread Eric Wong
+Cc: a bunch of folks who may know better how mergeinfo works in git-svn Александр Овчинников wrote: > Why git svn fetch try to handle mergeinfo changes when > no-follow-parent is enabled? It probably should not... --no-follow-parent isn't a common config, though. Can you try the patch below?

may be bug in svn fetch no-follow-parent

2016-06-20 Thread Александр Овчинников
Why git svn fetch try to handle mergeinfo changes when no-follow-parent is enabled? Git try to follow parents regardless of this option value. If branch created without this option then git will follow parent succesfully If branch created with this option then git try to follow and fail with "cann