-
-
Notifications
You must be signed in to change notification settings - Fork 937
Can gitdb submodule be removed? #268
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
Comments
It seems you are stating one solution to a problem you are having. Would you share information about that problem with me ? |
The problem is confusion. Is the submodule still in use or a legacy solution that predates |
No, it's not related to |
I think that a cleaner way to develop in that style would be to create a super-project (say gitpython-dev) that adds both GitPython and GitDB as submodules. Another strategy might be to scrap the submodules and in the readme, suggest adding a |
You have been motivated enough to file an issue about this topic, but I still don't understand what this confusion is all about. The submodule 'gitdb' doesn't get in your way at all, it's just an empty folder after ordinary clone, and trying to run tests yields |
I'm just trying to understand why this Python repo is doing things differently than the others. Thanks for the replies. You can close this issue. |
I think the answer to that one is that gitpython was my first bigger open source python project, and from day one I struggled with the standard tools python provided, namely setup tools. Using plain git to solve certain issues was easier for me than fumbling around with what might have been standard. The remnants of this ignorance are here to this day, and shall serve as signpost for others on how not to do it :). |
I see gitdb in the requirements.txt. Can the submodule be removed?
The text was updated successfully, but these errors were encountered: