How is it possible to bulk-import multiple git projects into fresh stash instance?
We have corporate repository with several hundred projects.
Manual project migration is not feasible for stash evaluation purposes.
What I am looking for is command line commands and database sql statements for creating projects, EMPTY repositories and setting permissions.
Is it possible without stash source customization?
Not currently. There is an open feature request which can be voted for at STASH-2590.
It would be possible to create a script which created projects/repositories and pushed the git repositories – all using the Stash REST apis.
Have a look at:
Create a project over rest: https://developer.atlassian.com/static/rest/stash/2.4.1/stash-rest.html#id295445
Create a repository over rest: https://developer.atlassian.com/static/rest/stash/2.4.1/stash-rest.html#id297202
That's all I need.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.