Changes between Initial Version and Version 1 of Ticket #816


Ignore:
Timestamp:
06/17/19 17:27:40 (5 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #816

    • Property ResolutionDone
    • Property Status newclosed
  • 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.
     1The '''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'''.
    22
    3 Both the '''SVN''' and '''GIT''' trunks are identical except for the '''makefile''' and '''ROMS/Version''' with a couple of extra commands.
     3Both the '''SVN''' and '''GIT''' trunks are identical except for the '''makefile''' and '''ROMS/Version''' which have a couple of extra commands.
    44
    55For example, the ROMS standard output will include repository and revision information:
     
    2626= '''Warning:'''
    2727
    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 the code 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:
    2929{{{
    3030git config filter.id.smudge ".git_filters/id.smudge %f"
     
    3636}}}
    3737
    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].