Changes between Version 5 and Version 6 of RasdamanReleaseProcess
- Timestamp:
- Mar 18, 2013, 9:32:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RasdamanReleaseProcess
v5 v6 3 3 = Infrastructure notes = 4 4 Since 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. 6 8 7 9 = Versioning scheme =