You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (JIRA)" <ji...@apache.org> on 2018/02/06 16:25:00 UTC

[jira] [Commented] (SVN-3747) 'svn diff' and 'svn patch' support of svn:mergeinfo

    [ https://issues.apache.org/jira/browse/SVN-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354094#comment-16354094 ] 

Julian Foad commented on SVN-3747:
----------------------------------

Also fixed in the shelving-v1 support that is still in trunk but ifdef'd out, in r1823355.

> '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 (äñ§€¥£¢)
>            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/20101110174839.GB25538@jack.stsp.name



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)