Skip to content
Konstantin Borisov edited this page Jun 5, 2020 · 1 revision

Mirror of redmine code source - Official SVN repository is at https://svn.redmine.org/redmine - contact: @jbbarth or jeanbaptiste.barth (at) gmail (dot) com

As far as this repository is derived from Redmine, it will be not right to modify the master README, so All additional documentation will be placed here, in Wiki.

Here is the description of how it works:

Branches

master

This branch is synced with the upstream (official clone of redmine repository)

hitsoft-redmine

This is master branch in the gitflow model for our local Redmine installation. It contains all “production ready” features merged in it.

develop

This branch is for our hitsoft-redmine branch development. It could contain not finally tested features merged in it.

feature/{id}_{description}

This is specific branches of some features that were not merged yet into the Redmine official repository. {id} means the redmine.org patch issue id. For example: branch feature/33554_start_of_week corresponds to the https://www.redmine.org/issues/33554 patch ticket in redmine.org. When this patch will be merged into the official Redmine repository this branch will be deleted from here. Such feature branches are always started from the master branch, not the hitsoft-redmine. And are merged into the hitsoft-redmine for our current needs.

One feature branch for one redmine.org patch ticket. And always branched on top of the master branch of official Redmine repository.

Clone this wiki locally