【发布时间】:2011-05-03 09:49:16
【问题描述】:
我从主干创建了以下补丁:
Index: Index.aspx
===================================================================
--- Index.aspx (revision 1421)
+++ Index.aspx (working copy)
@@ -164,14 +164,13 @@
var fetchXml = "<fetch mapping='logical'>\
<entity name='task'>\
<attribute name='subject' width='250'/>\
+ <attribute name='statecode' width='100'/>\
+ <attribute name='wbs_statusreasonforcctask' width='100'/>\
<attribute name='scheduledend' width='100'/>\
<attribute name='actualend' width='100'/>\
<attribute name='description' width='200'/>\
<attribute name='ownerid' width='100'/>\
- <attribute name='statecode' width='100'/>\
<attribute name='createdon' width='100'/>\
- <attribute name='wbs_statusreasonforcctask' width='100'/>\
- <order attribute='statecode' descending='true'/>\
<order attribute='actualend' descending='true'/>\
<filter type='and'>\
<condition attribute='regardingobjectid' operator='in'>\
我正在尝试将它应用到一个分支的同一个文件上。
文件的同一段如下所示:
var fetchXml = "<fetch mapping='logical'>\
<entity name='task'>\
<attribute name='subject' width='250'/>\
<attribute name='scheduledend' width='100'/>\
<attribute name='actualend' width='100'/>\
<attribute name='description' width='200'/>\
<attribute name='ownerid' width='100'/>\
<attribute name='statecode' width='100'/>\
<attribute name='createdon' width='100'/>\
<attribute name='wbs_statusreasonforcctask' width='100'/>\
<order attribute='statecode' descending='true'/>\
<order attribute='actualend' descending='true'/>\
<filter type='and'>\
<condition attribute='regardingobjectid' operator='in'>\
当我应用补丁时,我收到以下错误消息:
补丁好像过时了!文件行和补丁行 var fetchXml = "\ 不匹配。
但是它们在同一行。
【问题讨论】:
标签: svn tortoisesvn