Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hotfix]Error on tag #19

Closed
throrin19 opened this issue Jan 14, 2014 · 11 comments
Closed

[Hotfix]Error on tag #19

throrin19 opened this issue Jan 14, 2014 · 11 comments

Comments

@throrin19
Copy link

On Publish Hotfix, your plugin return errors in version control terminal because in your command to create tag, you add too many parameters.

11:11:01.427: cd /home/throrin19/Programmation/Web/goomeoeventsapi
11:11:01.427: git flow hotfix finish -m "Tagging version 4.0.9" 4.0.9
Switched to branch 'master'
Merge made by the 'recursive' strategy.
 app/controllers/v1/events_controller.js | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
fatal: too many params
Tagging failed. Please run finish again to retry.
@OpherV
Copy link
Owner

OpherV commented Jan 14, 2014

Thanks for the heads up! I'll sort this out in the next version

@OpherV
Copy link
Owner

OpherV commented Feb 1, 2014

I think you meant finish hotfix and not publish hotfix, right?

I'm unable to reproduce the issue using git 1.8.4 and gitflow 1.8.0-dev.1 (AVH Edition)
Which version of git and gitflow are you using?

@throrin19
Copy link
Author

Yes, it's for finish hotfix.

I used the latest version on git-flow (0.3.2) , phpstorm 7.0, 7.1 and 7.11 are the same bug and i run that on ubuntu 13.04 x64

@OpherV
Copy link
Owner

OpherV commented Feb 4, 2014

Which version of git flow (not the gitflow4idea) plugin though?
You can run git flow version in command line to find out

@OpherV
Copy link
Owner

OpherV commented Feb 10, 2014

@throrin19 Please check 0.3.4 (should be available on intellij repo soon as well) and let me know if the problem persists

@OpherV OpherV closed this as completed Mar 11, 2014
@throrin19
Copy link
Author

I check on :
Ubuntu 13.10
PHPStorm 7.1.3
gitflow 0.3.4

and the error is still there

@OpherV OpherV reopened this Mar 13, 2014
@OpherV
Copy link
Owner

OpherV commented Apr 4, 2014

I tried but can't seem to reproduce this.

Can you please share a screencast where you reproduce the issue?
You can use a tool like http://www.screenr.com/

@throrin19
Copy link
Author

On OSX, your plugin does not works. I install gitflow with homebrew and after i try to test the git flow command :

gitflow_1

After that, I launch webstorm, phpstorm, ... with your plugin and if i try to init my repository, i have this error :

gitflow_2

@OpherV
Copy link
Owner

OpherV commented Jan 12, 2015

@throrin19 It's a known issue with OSX. Did you try all the suggestions mentioned in #7?

@throrin19
Copy link
Author

yes, I try this :

sudo ln -s /usr/local/bin/git-flow /usr/bin/git-flow

It works fine

@OpherV
Copy link
Owner

OpherV commented Jan 12, 2015

Glad to hear! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants