You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Stefan Hett (JIRA)" <ji...@apache.org> on 2016/08/28 16:34:21 UTC

[jira] [Commented] (SVN-4647) svn resolve --accept=mf fails on binary file

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

Stefan Hett commented on SVN-4647:
----------------------------------

Committed to trunk in r1758128-30 and nominated for backport to 1.9 in r1758131.

> svn resolve --accept=mf fails on binary file
> --------------------------------------------
>
>                 Key: SVN-4647
>                 URL: https://issues.apache.org/jira/browse/SVN-4647
>             Project: Subversion
>          Issue Type: Bug
>          Components: cmdline client
>    Affects Versions: 1.9.4
>            Reporter: Stefan Hett
>         Attachments: binary_resolve_issue_repro.zip
>
>
> Steps to reproduce:
> 1. Create a repository and add a binary file to trunk.
> 2. Create a branch.
> 3. Modify the binary file in the branch and commit.
> 4. Modify the binary file in trunk and commit.
> 5. Merge the branch back into the trunk
> 6. Select to resolve the merge conflict later
> 7. run svn resolve --accept=mf <file>
> Actual result:
> svn: warning: W155027: Conflict on '<file>' could not be resolved because the chosen version of the file is not available.
> svn: E155027: Failure occurred resolving one or more conflicts
> Expected result:
> Conflict is resolved using the local (current) binary file.
> Note: This is the command-line repro step of the issue investigated in TSVN here: http://svn.haxx.se/dev/archive-2016-07/0020.shtml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)