-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #132
Comments
I haven't used GitLab in quite some time. That being said, this project predates any mirroring out of the box GitLab has had. More recently (years?) GitLab supported mirrors in the Enterprise GitLab but not the OSS Version. Does GitLab OSS now support mirrors without Enterprise subscription? This project basically uses Git commands for mirroring. It has some automation for creating projects in GitLab. It's a bundle of dated scripts which helps an admin perform repository mirroring external to GitLab. For GitHub, I use cloneable (another side project but written in Java/Groovy). |
Gitlab allows mirroring pushing in CE but if you want to mirror pull into your own gitlab, you'll need EE. |
@Facinorous-420 thanks for confirming and adding to the conversation. |
Thinking of rewriting this project in Groovy. I have another project designed specifically for GitHub local mirroring called cloneable. I've been feeling a small rewrite for this project for a while to simplify it. Although, I might also just rewrite it in Python 3. Still on the fence personally on which direction to go. From an end user perspective the experience should be the same/similar. I haven't updated the project in quite some time. |
@samrocketman Python3 would allow for more community contributions and python has a good distribution system (pip) present on lots of devices. |
Hi. Just want to ask a question.
Gitlab actually has pull/push mirror. It is in the setting of the repository.
How is this project differ from that?
The text was updated successfully, but these errors were encountered: