Changes between Version 40 and Version 41 of Developers
- Timestamp:
- 2018-06-04T21:10:34+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers
v40 v41 43 43 44 44 Submit your contribution to the NEMO System Team by \\ 45 creating a [/newticket?type=Enhancement ticket] where you will present your proposal. 45 creating a [/newticket?type=Enhancement ticket] where you will present your proposal. \\ 46 __If your changes are quite modest (one or few routines involved), \\ 47 you can simply attached in the ticket the output of \\ 48 any third-party diff tool for easy patching__. 46 49 47 If your patch is quite modest (one or few routines involved), \\ 48 you can simply attached in the ticket the output of any diff command. 49 50 Keep in mind that, despite the help we can offer, a certain amount of work from \\ 51 you will be need to implement your developments into the source code. 50 ''Keep in mind that, despite the help we can offer, a certain amount of \\ 51 work from you will be need to implement \\ 52 your developments into the source code''. 52 53 }}} 53 54 … … 55 56 56 57 After the global reorganisation of the repository, it is now advisable to entirely download the new default development organisation in your 57 * [browser:/NEMO/trunk]: the main development branch58 * [browser:/NEMO/trunk]: ''the main development branch'' 58 59 * [browser:/NEMO/branches] 59 * NEMO/branches/YYYY: yearly development branches intended to be merged into trunk by the end of the year60 * NEMO/branches/{NERC,UKMO}: restricted to British operational activities61 * [browser:/NEMO/releases]: all official NEMO releases, '''only the last one is maintained'''60 * NEMO/branches/YYYY: ''yearly development branches intended to be merged into trunk by the end of the year'' 61 * NEMO/branches/{NERC,UKMO}: ''restricted to British operational activities'' 62 * [browser:/NEMO/releases]: ''all official NEMO releases'', '''only the last one is maintained''' 62 63 63 64 {{{#!sh 64 # One step method (download directly a copy with write access) or 65 svn co svn+ssh://'login'@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO [...] 66 # Two steps method (download a read-only copy and switch to developer when a commit is required) 65 # One step method: download directly a copy with write access) or 66 svn co svn+ssh://"ID"@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO [...] 67 # Two steps method: download a read-only copy and switch to developer when 68 # * you have your developer access or 69 # * a backup of the work by committing to the repository is required 67 70 svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO [...] 68 71 ... 69 svn sw --relocate http://forge.ipsl.jussieu.fr svn+ssh:// 'login'@forge.ipsl.jussieu.fr/ipsl/forge/projets72 svn sw --relocate http://forge.ipsl.jussieu.fr svn+ssh://"ID"@forge.ipsl.jussieu.fr/ipsl/forge/projets 70 73 }}} 71 74 … … 82 85 [wiki:Developers/WorkingOnTickets] 83 86 87 == Forums 88 89 Discussion 90 84 91 ---- 85 92