You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Samarth Gupta (JIRA)" <ji...@apache.org> on 2014/08/19 13:13:19 UTC

[jira] [Commented] (FALCON-612) Create CHANGES.txt for falcon-regression

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

Samarth Gupta commented on FALCON-612:
--------------------------------------

getting following error while trying to patch , tried both git apply and patch -p1 

{code}
C02GVVB8DV13:falcon samarth.gupta$ 
C02GVVB8DV13:falcon samarth.gupta$ patch -p1 <   filepath/patches/FALCON-612.patch
missing header for unified diff at line 5 of patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git CHANGES.txt CHANGES.txt
|index 085773b..e9c2939 100755
|--- CHANGES.txt
|+++ CHANGES.txt
--------------------------
File to patch: 
{code}

{code}
C02GVVB8DV13:falcon samarth.gupta$ git apply  filepath/patches/FALCON-612.patch
fatal: git diff header lacks filename information when removing 1 leading pathname components (line 5)
{code}

{code}
C02GVVB8DV13:falcon samarth.gupta$ git apply  --check filepath/patches/FALCON-612.patch
fatal: git diff header lacks filename information when removing 1 leading pathname components (line 5)
{code}

> Create CHANGES.txt for falcon-regression
> ----------------------------------------
>
>                 Key: FALCON-612
>                 URL: https://issues.apache.org/jira/browse/FALCON-612
>             Project: Falcon
>          Issue Type: Improvement
>          Components: merlin
>    Affects Versions: 0.6
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: FALCON-612.patch
>
>
> We need to create CHANGES.txt specific to falcon-regression and move appropriate jira's out from existing CHANGES.txt to falcon-regression



--
This message was sent by Atlassian JIRA
(v6.2#6252)