Skip to content
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

branch structure conforming to orientdb #8

Open
luigidellaquila opened this issue Oct 16, 2015 · 1 comment
Open

branch structure conforming to orientdb #8

luigidellaquila opened this issue Oct 16, 2015 · 1 comment
Labels

Comments

@luigidellaquila
Copy link
Member

OrientDB main repo has a branch structure like following:

  • master: last stable release
  • 2.0.x: hotfix branch for release 2.0
  • 2.1.x: hotfix branch for release 2.1 ...
  • develop: branch for next (major or minor) release

plus, final releases are tagged with "2.1.0", "2.1.1" etc.

It would be good to have the same branch structure here, to make dependencies clearer.

@Ostico
Copy link
Collaborator

Ostico commented Jun 6, 2016

HI @luigidellaquila ,
i think that this kind of structure is not easy to maintain.
You should decide branches name and mail the developers to keep the version updated when you change some thing on the naming.

By the way on the repo:
https://github.com/mogui/pyorient

you can see releases ( tag ) and branches on which we are working.

Python repository is automatically updated.
https://pypi.python.org/pypi/pyorient

Same thing for the Php driver.
https://github.com/Ostico/PhpOrient

The codebases on the forked repositories by Orient Technologies are updated together with the parent one but they have not Tags nor releases. The master branch, as i wrote, is every time updated to the LATEST STABLE VERSION of the driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants