Synchronization between existing repositories #1828
Unanswered
MatejKafka
asked this question in
Q&A
Replies: 1 comment
|
Hey @MatejKafka, this feature is often requested and I'm happy to say that it's currently in development! There is some complexity to it, but we have a concept that should make it possible. We will roll out support for different git forges and configurations gradually. Just for us to know -- it would be helpful to prioritize -- are we talking about GitLab cloud or on-prem? And if possible to know: which edition? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can josh be used to automatically sync multiple "materialized" git repositories in both directions?
All the examples I found seem to assume that there's a single backing repository, with josh running as a proxy in front of it. Instead, I'd like to have two repositories, a main one that's private, and a public one that contains a filtered view of the private one, but both should be actual Gitlab repositories that users can open merge requests to using the web UI, with automatic synchronization (probably using a CI script) between the two.
All reactions