Is it possible to create a repo programmatically via the REST API? Based on the documentation it appears I should do something like this:
POST /projects/MGM/repos?create HTTP/1.1
...
name=newrepo&submit=Create+Repository
But it doesn't seem to work. Any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.