Changes between Version 47 and Version 48 of Developers
- Timestamp:
- 2018-06-04T23:43:04+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers
v47 v48 62 62 * [browser:/NEMO/releases]: ''all official NEMO releases'', '''only the last one is maintained''' 63 63 64 Follow the steps below to install64 Follow the steps below to download the recommended development installation 65 65 66 66 {{{#!sh 67 svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO/trunk [...] 68 cd [...] 69 svn sw --relocate http://forge.ipsl.jussieu.fr svn+ssh://'ID'@forge.ipsl.jussieu.fr/ipsl/forge/projets # Change from user to developer if you have 70 svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/CI/sette # Sette tool to validate your changes to the NEMO reference 71 svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/figures ./doc/figures # Doc figures for building NEMO manual 67 # Development organisation downloading ( trunk + branches + releases ) 68 svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO [...] 69 cd {trunk,[...]} 70 # Change from user to developer if you have the rights 71 svn sw --relocate http://forge.ipsl.jussieu.fr \ 72 svn+ssh://'ID'@forge.ipsl.jussieu.fr/ipsl/forge/projets 73 # Create your development branch 74 svn copy trunk ... 75 cd ... 76 # Download sette tool to validate your changes to the NEMO reference 77 svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/CI/sette 78 # Doc figures for building NEMO manual (not mandatory) 79 svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/figures ./doc/figures 72 80 }}} 73 81 … … 97 105 ''If you have to modify these properties to get external modifications, you can learn how to update your working copy in [wiki:Developers/SVNHowTo]''. 98 106 99 == Development activities 107 == 108 109 === Development activities 100 110 101 111 Document your developments before coding by following the procedure described at [wiki:Developers/DevelopingCodeChanges] 102 112 103 == Support113 === Support 104 114 105 115 [wiki:Developers/WorkingOnTickets] 106 116 107 == Forums117 === Forums 108 118 109 119 Discussion