Would like to know if mirroring can be setup between a BitBucket server hosted in a company domain with Google Cloud Source repositories?
Asked
Active
Viewed 685 times
0
-
Have you checked [this](https://cloud.google.com/source-repositories/docs/mirroring-a-bitbucket-repository)? – Mangu Feb 13 '19 at 10:43
1 Answers
0
I assume you're talking about BitBucket Self-Hosted Server. Currently there's no way to mirror BitBucket Server from Cloud Source Repository (CSR) side, only the cloud Bitbucket.
However you can try to set up a manual mirrorring from BitBucket side. I've never tested this configuration, but here you will find instructions on how to do it with GitHub using remotes. You can try it using CSR instead. Here are the instructions on how to add CSR as remote.

dhauptman
- 974
- 7
- 14
-
Thanks for the suggestion. Yes, I was referring to self-hosted Bitbucket server. I will try the option which you have provided. – Mangesh Borade Feb 15 '19 at 08:00