[
https://issues.apache.org/jira/browse/SVN-4444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Zhakov updated SVN-4444:
-----------------------------
Fix Version/s: (was: 1.8.x)
1.8.5
> diffing move inside a copy asserts
> ----------------------------------
>
> Key: SVN-4444
> URL: https://issues.apache.org/jira/browse/SVN-4444
> Project: Subversion
> Issue Type: Bug
> Components: libsvn_wc
> Affects Versions: trunk
> Reporter: Stefan Sperling
> Fix For: 1.8.5
>
>
> {noformat:nopanel=true}
> Ryan Schmidt reports an assertion failure that triggers when a copied
> directory
> which has a moved file inside of it is used as target for 'svn diff'.
> $ svn st files/
> D + files/patch-Platform-Linux-Build-Common-Platform.x86.diff
> > moved to
> files/patch-ThirdParty-PSCommon-BuildSystem-Platform.x86.diff
> D + files/patch-Platform-Linux-CreateRedist-install.sh.diff
> D + files/patch-Source-OpenNI-XnOpenNI.cpp.diff
> A + files/patch-ThirdParty-PSCommon-BuildSystem-Platform.x86.diff
> > moved from
> files/patch-Platform-Linux-Build-Common-Platform.x86.diff
> $ svn di files/
> Assertion failed: (kind == svn_node_file && (status ==
> svn_wc__db_status_normal
> || status == svn_wc__db_status_added || (status == svn_wc__db_status_deleted
> &&
> diff_pristine))), function svn_wc__diff_local_only_file, file
> subversion/libsvn_
> wc/diff_editor.c, line 959.
> Abort trap: 6
> Full report: http://svn.haxx.se/users/archive-2013-11/0034.shtml
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)