-
Notifications
You must be signed in to change notification settings - Fork 182
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
Why are newton 3.14 and newton 4.0 subfolders? #228
Comments
maybe, but what is the difference? |
For me the bigger issue is the size of the repository. It sits at over 500MB and takes some considerable time to download. Moving 3.14 into its own branch would help. Also perhaps you could split example code/binary resources into their own repository. |
Another difference is that if someone is tracking, specifically, 3.14 or 4.0, they wouldn't want to see differences for the other codebase in their diff viewer. Keeping them as separate branches helps keep things simple for the person using the code. |
Perhaps this issue can be closed/continued in a similar one, with a possible workaround posted. |
I would still prefer to see newton remove the 3.14 folder from the branches of the repository that contain the 4.0 code. The whole point of git's branch capabilities is to support having different series of the code in different branches. Making them folders in the same branch is very much not useful. |
Shouldn't these be branches of the git repository?
The text was updated successfully, but these errors were encountered: