You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2010/05/23 05:46:17 UTC

[jira] Commented: (HBASE-2590) Failed parse of branch element in saveVersion.sh

    [ https://issues.apache.org/jira/browse/HBASE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870351#action_12870351 ] 

Benoit Sigoure commented on HBASE-2590:
---------------------------------------

Interesting, I just saw your commit #947082 and the file you're fixing in that commit doesn't match what I have in trunk from hbase.git.  Is the Git repo out of sync with the SVN repo?

> Failed parse of branch element in saveVersion.sh
> ------------------------------------------------
>
>                 Key: HBASE-2590
>                 URL: https://issues.apache.org/jira/browse/HBASE-2590
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Benoit Sigoure
>             Fix For: 0.21.0
>
>         Attachments: 0001-Fix-HBASE-2590.patch
>
>
> A mvn build would fail because of the string it was getting back from svn:
> {code}
>       [exec] not part of the command.
>       Execute:Java13CommandLauncher: Executing 'sh' with arguments:
>        '/home/X/Y/hadoop/branches/V.V/hbase/hbase-trunk/src/saveVersion.sh'
>         '0.21.0-SNAPSHOT'
>          '/home/X/Y/hadoop/branches/V.V/hbase-trunk/target/generated-sources'
>         The ' characters around the executable and arguments are
>          not part of the command.
>          [exec] sed: -e expression #6, char 48: unterminated `s' command
>          [exec] Result: 1
> {code}
> Path amended in the above to protect the innocent.
> The failure was around parse of branch.  Branch is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.