-
Notifications
You must be signed in to change notification settings - Fork 95
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
Dropping support for non-git repository types (svn, hg, etc.) #681
Comments
Do any of the maintainers have opinions on this? |
It's possible to use bloom to release to non-public repositories, so it's kind of hard to say that this repository types aren't being used with bloom. |
I think that there is demonstrable value in not letting Git, or GitHub become a monoculture. ROS itself began as a subversion project and was at one point hosted on Google Code. Which is to say that Git and GitHub may feel like the only game in town now but in another ten years' time we could be seeing a brand new ascendant version control workflow and maintaining support for multiple version control systems will make it easier to integrate those in the future. If bzr is still supported, I could see deprecating that support since I think that the upstream project has also not seen a new release since 2016 (although it could just be "done"). Likewise I could also see deprecating subversion support if and only if it significantly reduces the amount of code in bloom. I think mercurial should still be maintained both because it has been used with ROS packages in the last couple of years (I can't recall off the top of my head but I know at least one major external package was using it before Bitbucket dropped mercurial support) and because it keeps us honest regarding bloom's design goal of being modular toward version control systems. |
Thanks @danthony06 and @nuclearsandwich, I believe a deprecation cycle would be good such that the community can complain about the removal nice and early if they do still depend on the other vcs. I can imagine some unhappy community members if we suddenly drop it out of nowhere. So, are you happy with two deprecation PRs for |
A you happy with two deprecation PRs for bzr and maybe svn? What about tar? I don't know too much about that one. |
I scanned the current state of ros/rosdistro for version control systems used:
Given the above, I think a deprecation PR for I am not sure I realized bloom supported tar archives but I assume that support is for projects which do "source drop" style releases and don't have public version control. That support should probably remain even if it isn't in use. |
There is currently not a single package in all active distros (noetic, melodic, foxy, galactic, humble or rolling) that uses a repository type other than
git
(sosvn
orhg
).Dropping support for such less popular (and perhaps not-recenlty tested) repository types could reduce the maintenance burden and help the community contribute to bloom. This would also somewhat reduce the cases we have to cover for porting bloom/FirstTimeRelease to ROS2 docs (ros2/ros2_documentation#2375)
What are the thoughts of the maintainers?
The text was updated successfully, but these errors were encountered: