Changes between Version 4 and Version 5 of gbgp_repository


Ignore:
Timestamp:
2016-11-25T12:26:19Z (7 years ago)
Author:
Dave Offiler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gbgp_repository

    v4 v5  
    3131svn checkout https://svn.romsaf.org/gbgp/gbgp_test/tags/<ver> ./<ver>
    3232}}}
    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.
     33This 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.
    3434
    3535=== Tags ===
    3636
    3737A [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{{{
     39svn 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}}}
    3841
    3942== Branches ==