|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

This is not about subversion...
The git-flow model is very popular for production projects, and it uses a slash in branch names.
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
http://nvie.com/posts/a-successful-git-branching-model/
There's no git plugin that supports picking branches. The SVN one seems to work with git, except it strips out the branch name after the slash.
It's definitely a bug if git branch names will be supported, as there should not be any truncation of a branch name.
Thanks!