You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
when I attempt to finish hotfix Source Tree (v2.5.5.0) prepends to hotfix name "heads/". So it crashes because such branch does not exist
Output:
sh.exe path\to\Atlassian\SourceTree\gitflow_local\gitflow\git-flow hotfix finish -f path\to\Temp\zwckkvmt.2cd heads/hotfix/hf5-test
Fatal: Branch 'hotfix/heads/hotfix/hf5-test' does not exist and is required.
Completed with errors, see above.
What's wrong? Is this a bug?
Hello! Could you try the latest version and see if this is still an issue? I'm unable to reproduce this issue on my machine.
https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.6.3.exe
Hi, Mike!
Obviously this issue is not depends on version. With the new one the problem still remain. Maybe I should clean some sort of temporary files, cache etc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But I guess it is a bug. While fetching a hotfix name in a dropdown-list on finish hotfix form, so it correlates with the path .git\refs\heads and does not process it correctly. Why are you couldn't reproduce this bug, so it may depends on temp files as I assumed above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think what happened is I had a tag with the same name as the branch. Once I deleted that tag the prepending of "heads/" stopped for the branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.