I cannot create repositore in Review Board via rbt-gateway, if I have forward slash in name. Here is an example of repository in config.json of rbt-gateway service.
{
"name": "~admin/TestRepAdmin",
"path": "C:/git_repos/~admin/TestRepAdmin.git",
"scm": "git"
},
In the name above, there is "/" char. In reviewboard server when I add new repository with hosting service gateway and put same name under repository name, I get error 404. If I remove forward slash from code above, and add new repository in RB server with same name (so without forward slash), it's working ok.
My question is, how do I add new repository to Review Board server via rbt-gateway, if I have foward slash character in repository's name.