cliffmeyers well the / in paths create ambiguity with folders and other things, when they are in the scm branch name (if we only had to support git, could probabl bake in assumptions).
The main thing is to avoid %2F type of thing in path, as proxies like to auto translate that. If there is some other dumber encoding scheme, it would cause less grief. I think using things like "feature/blah" is not likely to be doable in any reasonable timeframe.
feature__blah could be though (lots of escaping rules need to be tested).
michaelneale Ill let you choose an appropriate time for this one. Added to 1.3 candidates.