In Bitbucket Server, I know there's a way to move repos from one project to another existing project. But is there a way to copy the repo to another existing project? It would preserve the old repo while making newer changes to the copy.
You could just fork the repository into another project. See Using forks in Bitbucket Server
Thank you. This seems to be the easiest way to copy a repo to another project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kevin Thomas,
As of Bitbucket Server 4.9, we provide a repository import feature. You could use this to copy one repository into another project.
See https://confluence.atlassian.com/bitbucketserver/importing-code-from-an-existing-project-776640909.html#Importingcodefromanexistingproject-Importcodeusingthewebinterface for more details
Hope this is what you're looking for,
Kristy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I've tried doing this already. It works, but it takes some time to import.
I choose 'Git' as my 'Import from' option and give it the link to the repo I want to clone. I would think there should be a way to 'import from another project' but I realize that's what forking is for.
Thanks for the tip, though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
does this also work for cloud version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the "Import from" option still available?
I don't see an "Import from" option in anything accessible from my bitbucket.org web interface.
I've looked in all the tabs and gears I can find.
I need to do some major surgery on the `master` branch of one of my repos, and I would very much prefer to work on a copy -- with full commit history of all the branches -- of the repo in question.
Please advise!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, try "Create Repository", then you should see "Import repository" on top right as a link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest way:
That's it - or did I misunderstood your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm aware of this method and it's what I was going to do but I consider it the "brute force" method . I'm going to do it this way if I can't find a simpler way to do it through the GUI.
Problem is, we have about 30 repos in one project. We're recompiling them to a newer framework and keeping track of them in a new project. If there's an easy way to do it through the interface itself, I'd rather do that.
"Why don't you just recompile them and push them back to the original repositories, maybe tag the commits or create a branch?" I wish I made the rules...but our team wants access to both sets of code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kevin,
You can do this using ScriptRunner for Bitbucket Server. Once installed you can go to Admin -> ScriptRunner -> Built-in scripts -> Clone a repository.
This will clone an existing repository to any project you choose. You can see the documentation here.
Let us know how you get on with that or if you need further help.
Thanks,
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems like a useful tool, but I was hoping to find a free, built-in way to do this. Thanks for the tip!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.