Re: svn merge --record-only and svn log -g

2016-09-21 Thread Stefan Sperling
On Wed, Sep 21, 2016 at 12:49:46PM +0200, Philippe Combes wrote: > > > Perhaps your changelog generator could be taught to ignore revisions > > which changed only svn:mergeinfo properties? Would that work around > > the problem? > > Stefan, > > Thanks again for your time. > As you point it out,

Re: svn merge --record-only and svn log -g

2016-09-21 Thread Philippe Combes
> Perhaps your changelog generator could be taught to ignore revisions > which changed only svn:mergeinfo properties? Would that work around > the problem? Stefan, Thanks again for your time. As you point it out, it would only be a workaround, but it sounds a good lead. I plan to use svn2cl as t

Re: svn merge --record-only and svn log -g

2016-09-14 Thread Stefan Sperling
On Wed, Sep 14, 2016 at 10:51:54AM +0200, Philippe Combes wrote: > The only solution here is to add another option to svn merge, --block, > with another reserved property, just as svnmerge.py used to do. I have > no idea of how deep the impacts on the svn merge code would be (from my > external poi

Re: svn merge --record-only and svn log -g

2016-09-14 Thread Philippe Combes
Stefan, Thanks a lot for your time and your answer. I am sorry I could not read it sooner... Now I understand well the issue of manual merges, but I don't understand the choices made regarding it. I have the feeling that --record-only has been first introduced for such manual merges. Then it has

Re: svn merge --record-only and svn log -g

2016-07-27 Thread Stefan Hett
On 7/27/2016 6:18 PM, Philippe Combes wrote: Dear Subversion users, The root cause of my question is the need to automatically process the commit logs to generate a proper ChangeLog. In order to really list all modifications done, I have got to use svn log --use-merge-history. Since this command

svn merge --record-only and svn log -g

2016-07-27 Thread Philippe Combes
Dear Subversion users, The root cause of my question is the need to automatically process the commit logs to generate a proper ChangeLog. In order to really list all modifications done, I have got to use svn log --use-merge-history. Since this command is based on the property svn:mergeinfo, it lis