"Nested" Git branches do not appear to work
(This is a strange place for bug reports...)
I have a branch in Git named "game/master". It imports (incorrectly, IMO) into Plastic SCM as "game-master".
Upon trying to sync some updates back to Git, the Plastic SCM syncronization with Git dialog almost immediately pops up a dialog stating "The branch attribute is not correctly formed".
This is what the apparent branch attribute states, although there are a myriad of branches in the similar form:
dev.myserver.com:8000/username/myproject.git:game-master:1523
Any thoughts on what is wrong?
Josh

This bug has been fixed in release 4.2.31.437
-
Anuar S. commented
Hello Josh,
The "game/master" branch is imported as "game-master" because the slash "/" char is not allowed in Plastic as name of a branch.
Regarding the error you got, is a different issue, and is related to the specification of the port in the URL of the Git repo. This will be fixed soon and we will let you know.
Thank you for your reporting!