
Fri, 10/10/2025 - 07:53
Forums:
I noticed recent commits are happening independently on github, that is, there are commits on github that are not on dev.opencascade.org.
I have not checked carefully if all commits on dev.opencascade.org are merged to github.
What is the current development model for there two repos?
Fri, 10/10/2025 - 16:31
Hello.
The main repository for the development is GitHub. dev.opencascade is used as an "archive" and keeping clients specific branches.
Both repos has sync "master" branch. GitHub is keeping only releases branches and nothing more, all development and integration are going through GitHub forks.
So, if you are looking for latest versions or specific release - better to rely on GitHub. But if you are using custom branch which we manage in dev.opencascade, then it still will be here.
Best regards, Dmitrii.
Sat, 10/11/2025 - 03:25
Thank you.