在子文件夹中应用SVN Patch

时间:2017-01-04 10:23:17

标签: svn path patch

我的主要观点是:steps/scenarios/foo.featuresteps/foo.patch

Index: scenarios/foo.feature
===================================================================
--- scenarios/foo.feature
+++ scenarios/foo.feature
@@ -24,6 +24,10 @@
     And abcd
     Then abcd

+    ##patch for IC
+    Then efgh
+    ##end patch for IC
+   
     Then abcd
     And abcd

我希望在steps/ic.foo.patch中修改补丁的路径,因此我将补丁文件修改为:

Index: ../scenarios/foo.feature
===================================================================
--- ../scenarios/foo.feature
+++ ../scenarios/foo.feature
@@ -24,6 +24,10 @@
     And abcd
     Then abcd

+    ##patch for IC
+    Then efgh
+    ##end patch for IC
+   
     Then abcd
     And abcd

但我有这个错误:失败的帅哥:1

0 个答案:

没有答案