It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
We currently run our own Git server but we are seriously considering moving all our repos to Bitbucket. We have 300+ bare repos and we're wondering if there's a way to quickly migrate these over? Really we just need the code and all branches and tags but we don't want to spend hours doing it manually.
I think that your best bet would be to write a script to do this. You would create the repositories using the REST api: https://confluence.atlassian.com/display/BITBUCKET/repository+Resource#repositoryResource-POSTanewrepository and then push the data into them using git
Edit: I also found the following
curl --request POST --user username:password https://api.bitbucket.org/1.0/repositories --data name=myrepo --data scm=git
Hello! My name is Mark Askew and I am a Premier Support Engineer for products Bitbucket Server/Data Center, Fisheye & Crucible. Today, I want to bring the discussion that Jennifer, Matt, and ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.