ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

[Decided] - Is VERSION::BRANCH needed?

Added by Eric Davis at 2011-02-27 09:56 pm

We have a string in version.rb that shows which branch the code comes from. It's options are 'stable', 'master', and 'unstable'. Each of the core branches should have this set to a different value.

But when we merge across branches, these changes will get pulled into the branches requiring us to edit them over and over again. Example:

Merge 'master' => 'stable' will change stable's BRANCH to 'master'

So is BRANCH really needed or can we just remove it?

Eric Davis


Replies (1)

RE: Is VERSION::BRANCH needed? - Added by Eric Davis at 2011-03-27 05:34 pm

Ok, I'm removing this from 1.2.0

(1-1/1)