Changes between Version 13 and Version 14 of HowToCompile


Ignore:
Timestamp:
Aug 3, 2012, 6:15:30 AM (12 years ago)
Author:
ianwallen
Comment:

When performing a checkout the submodules are not updated so a "foreach" needs to be done.

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v13 v14  
    1717Go to http://localhost:8080/geonetwork
    1818
    19 To checkout an alternative branch you can use something like the following command, after the "git clone" command above.
     19To checkout an alternative branch you can use the following commands after the "cd geonetwork" command above.
    2020{{{
    2121git checkout 2.8.x
     22git submodule foreach git checkout 2.8.x
    2223}}}
    2324