We need to bulk download all the repositories in a bitbucket project to AWS linux server. Please help.
Hi @Mohankumar Muthuvel ,
When you say download, I assume that you mean clone all repos?
I'm afraid that there is no way to do this automatically from Bitbucket website.
One suggestion I can make would be to write a script, where you:
- retrieve all repos from a specific project with the following API endpoint:
it should be possible to filter by project key
- then for each repo returned by the previous query, run a mirror clone command so that you get a full copy of the repo
Kind regards,Theodora
It looks like you're new here. Sign in or register to get started.