Changes between Version 5 and Version 6 of RasdamanReleaseProcess


Ignore:
Timestamp:
Mar 18, 2013, 9:32:33 PM (11 years ago)
Author:
abeccati
Comment:

links describing git

Legend:

Unmodified
Added
Removed
Modified
  • RasdamanReleaseProcess

    v5 v6  
    33= Infrastructure notes =
    44Since we are using git for version control there are a few caveats that have to be considered in defining the release process:
    5 git is distributed and does not keep a linear history like centralised CVS
     5 * git is distributed and [http://www.ericsink.com/entries/dvcs_dag_1.html does not keep a linear history] like centralised VCS;
     6 * pretty much [http://ricroberts.com/articles/getting-to-grips-with-git-part-2-branches-and-tags everithing is considered a branch];
     7 * there is a [http://nvie.com/posts/a-successful-git-branching-model/ successful git branching model] out there that we can draw upon.
    68
    79= Versioning scheme =