I've setup Gerrit and it's now up and running. I have a lot of already existing git-repositories which is imported/connected to Gerrit. But some of the git-repositories are bunched up together in a directory, as sort of sub-directories to that. I have, for example, a directory I call "sandbox", and under that I've put .git-projects that is just for learning (Like helloworld.git and stm_discovery_playground.git).
When I do a clone from an already existing repository, one of those that got imported when I did Gerrit Init, i clone with command git clone ssh://my_username@my_gerrit_host:29418/sandbox/helloworld.git So at first I thought I hade to name new project with the forward slash to get directories with subdirs. But I can't Create a new project called sandbox/my_new_project. I get the error '400 invalid project name: sandbox/my_new_project'. So this was not the way to do it.
How do I create new projects in Gerrit under that directory? Can I create new container directory for multiple projects?