[
https://issues.apache.org/jira/browse/SVN-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338133#comment-16338133
]
Julian Foad commented on SVN-3747:
----------------------------------
Since r1822151 'svn patch' can read mergeinfo property changes in the regular
property change format (pretty-print turned off).
> 'svn diff' and 'svn patch' support of svn:mergeinfo
> ---------------------------------------------------
>
> Key: SVN-3747
> URL: https://issues.apache.org/jira/browse/SVN-3747
> Project: Subversion
> Issue Type: Improvement
> Components: libsvn_diff
> Affects Versions: trunk
> Reporter: Daniel Shahaf (äñ§€¥£¢)
> Assignee: Julian Foad
> Priority: Major
> Fix For: unscheduled
>
>
> 'svn diff [--git] | svn patch' should preserve svn:mergeinfo changes.
> Currently, 'svn diff [--git]' uses the "pretty-printing" logic when an
> svn:mergeinfo property is changed:
> {noformat}
> > Modified: svn:mergeinfo
> > Merged /subversion/trunk:r964349
> {noformat}
> and 'svn patch' doesn't recognize this syntax. (It does apply other
> properties, which are printed using the /^##/-hunks unidiff syntax.)
> This could be done by teaching 'svn patch' to parse the mergeinfo
> pretty-printing, or by having 'svn diff --git' print both a unidiff
> and a pretty-print for svn:mergeinfo.
> http://mid.gmane.org/[email protected]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)