[
https://issues.apache.org/jira/browse/SVN-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sahlberg updated SVN-3373:
---------------------------------
Attachment: 3373_repodump.txt
> svn merge accepts difference in context lines
> ---------------------------------------------
>
> Key: SVN-3373
> URL: https://issues.apache.org/jira/browse/SVN-3373
> Project: Subversion
> Issue Type: Bug
> Components: libsvn_client
> Affects Versions: 1.5.x
> Reporter: Subversion Importer
> Priority: Critical
> Fix For: unscheduled
>
> Attachments: 3373_repodump.txt
>
>
> {noformat:nopanel=true}
> A change was erroneously merged into a differing context. Specifically the
> commenting-out of an XML tag was applied to one with a different name!
> The following changes:
> Index: 052-scproto.spec.xml
> ===================================================================
> --- 052-scproto.spec.xml (revision 18344)
> +++ 052-scproto.spec.xml (revision 18345)
> @@ -37,14 +37,14 @@
> </element>
>
>
> - <!-- From unit: -->
> + <!-- From unit: -
> <element token="600" name="lamp-logV0">
> <attribute name="ioId" type="int64"/>
> <attribute name="numberOfFlashes" type="uint32"/>
> <attribute name="highestCurrent" type="uint32" />
> <attribute name="lowestCurrent" type="uint32" />
> <attribute name="timestamp" type="uint32" />
> - </element>
> + </element> -->
>
>
> <!-- From unit: -->
> Merged to the release branch as:
> Index: 052-scproto.spec.xml
> ===================================================================
> --- 052-scproto.spec.xml (revision 18435)
> +++ 052-scproto.spec.xml (revision 18436)
> @@ -37,14 +37,14 @@
> </element>
>
>
> - <!-- From unit: -->
> + <!-- From unit: -
> <element token="600" name="lamp-log">
> <attribute name="ioId" type="int64"/>
> <attribute name="numberOfFlashes" type="uint32"/>
> <attribute name="highestCurrent" type="uint32" />
> <attribute name="lowestCurrent" type="uint32" />
> <attribute name="timestamp" type="uint32" />
> - </element>
> + </element> -->
>
>
> <!-- From unit: -->
> {noformat}
> Original issue reported by *themadsens*
--
This message was sent by Atlassian Jira
(v8.20.1#820001)