Changes between Version 4 and Version 5 of gbgp_repository
- Timestamp:
- 2016-11-25T12:26:19Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gbgp_repository
v4 v5 31 31 svn checkout https://svn.romsaf.org/gbgp/gbgp_test/tags/<ver> ./<ver> 32 32 }}} 33 This will check out the tagged source code, documentation, and test folder, respectively to the local working directory. Here, <ver> is the tagged release version, e.g. 1.0, 1.1 etc.33 This will check out the tagged source code, documentation, and test folder, respectively to the local working directory. Here, <ver> is the tagged release version, e.g. v100-beta, v101 etc. 34 34 35 35 === Tags === 36 36 37 37 A [http://svnbook.red-bean.com/en/1.7/svn.branchmerge.tags.html tag] is just a [http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.copy.html copy] or snapshot of a a particular revision of the repository. In the case of GBGP, a copy taken from the head of trunk at the time that the distribution files for a release were built. You could just as well checkout the revision number instead, but a tag is easier to remember. 38 {{{ 39 svn copy https://svn.romsaf.org/gbgp/gbgp_src/trunk https://svn.romsaf.org/gbgp/gbgp_src/tags/v100 -m " Create tag snapshot of Release v1.0.0" 40 }}} 38 41 39 42 == Branches ==