Changes between Initial Version and Version 1 of Ticket #816
- Timestamp:
- 06/17/19 17:27:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #816
- Property Resolution → Done
- Property Status new → closed
-
Ticket #816 – Description
initial v1 1 The '''GIT''' repository was modified to include the correct information about '''SVN''' properties (URL, revision, and modification date) along with the '''GIT''' properties for URL and commit hash.1 The '''GIT''' repository was modified to include the correct information about '''SVN''' properties (URL, revision, and modification date) along with with the '''GIT''' properties for URL and commit '''hash'''. 2 2 3 Both the '''SVN''' and '''GIT''' trunks are identical except for the '''makefile''' and '''ROMS/Version''' w itha couple of extra commands.3 Both the '''SVN''' and '''GIT''' trunks are identical except for the '''makefile''' and '''ROMS/Version''' which have a couple of extra commands. 4 4 5 5 For example, the ROMS standard output will include repository and revision information: … … 26 26 = '''Warning:''' 27 27 28 * If you are downloading the source code from the '''GIT''' repository for the first time, you need to execute the following command after cloning ('''git clone !https://joe_roms@www.myroms.org/git/src !MyDir''') from inside your chosen '''!MyDir''' of thecode to activate the updating of the git '''hash''' properties in each file:28 * If you are downloading the source code from the '''GIT''' repository for the first time, you need to execute the following command after cloning ('''git clone !https://joe_roms@www.myroms.org/git/src !MyDir''') from inside your chosen '''!MyDir''' for ROMS code to activate the updating of the git '''hash''' properties in each file: 29 29 {{{ 30 30 git config filter.id.smudge ".git_filters/id.smudge %f" … … 36 36 }}} 37 37 38 For more information check [https://www.myroms.org/wiki/Git WikiROMS]. 38 The activation of the above instructions for the '''hash''' property needs to be done only once. 39 40 For more information, check [https://www.myroms.org/wiki/Git WikiROMS].