Creating repositories ===================== It is an essential part of a Git server that the user of the server can be permitted to create repositories. Sometimes this is restricted to an administrator user of some kind, and other times parts of the namespace may be delegated to different users. SCENARIO user-created repositories GIVEN a standard instance AND testinstance using adminkey has patched gitano-admin with personal-repo-create.patch AND testinstance, using adminkey, adds a new user alice, with a key called main WHEN alice main runs create personal/alice/testrepo AND alice main runs config personal/alice/testrepo show THEN stderr is empty AND stdout contains project.owner: alice If the ACLs do not permit it, then the user is given a direct but comprehensible error message to that effect. WHEN alice main, expecting failure, runs create personal/testintance/testrepo THEN stderr contains CRIT: Repository creation is not permitted. FINALLY the instance is torn down