I downloaded the Kepler binaries (2.6?) and need to locate the corresponding sources. Reviewed the branches in the git.repository. It appears the develop branch might be it. Am I correct?
Robert Brodt Messages: 461 Registered: August 2010 Location: Colorado Springs, CO
Senior Member
Hi PD,
There was a time when we tried to maintain a separate develop branch and then merge changes back into master, but this has been abandoned because the code has diverged quite a bit between Juno (Graphiti 0.9.2) and Kepler (Graphiti 0.10.0) and it has simply been too much effort to maintain a common develop branch. Besides, it's mostly just me working on this project with some contributions from the community, so I haven't found a need to maintain a separate developer branch.
Bottom line is:
use the "master" branch for all Kepler work;
use the "juno" branch for all Juno work.