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

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

2016-09-14 Thread Philippe Combes
nging all logs at merge time, which can be quite a long task because of administration rights issues. Moreover we already use tags in logs for other kinds of segregation and it may overload the logs. Thanks again, Philippe Combes

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