Changes between Version 42 and Version 43 of Developers
- Timestamp:
- 2018-06-04T22:20:25+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers
v42 v43 80 80 We have identified the core code and the complementary codes of NEMO, the latter which is developing less rapidly than the NEMO core has been extracted from the development organisation of the repository (`branches` / `releases` / `trunk`) to different locations of the repository. 81 81 82 From now on, a working copy of the NEMO reference is the summation of few checkouts from different sources defined by the `svn:externals` properties of the working copy. \\83 Here is 82 From now on, a working copy of the NEMO reference (WC) is the summation of few checkouts from different sources defined by the `svn:externals` properties of the working copy. \\ 83 Here is an example which is not supposed to be up to date with the current external codes. 84 84 85 85 {{{#!sh 86 # Relative URL 86 # Relative URL Path in WC Content 87 87 # '^' for repository root 88 ^/utils/build/arch"[@REV]" arch # FCM configuration file for genericcomputing architectures89 ^/utils/build/makenemo"[@REV]" makenemo # Bash main script for building a NEMO configuration90 ^/utils/build/mk"[@REV]" mk # Bash sub-scripts and FCM input files for compiling88 ^/utils/build/arch"[@REV]" arch # FCM settings files for computing architectures 89 ^/utils/build/makenemo"[@REV]" makenemo # Main script for building a NEMO configuration 90 ^/utils/build/mk"[@REV]" mk # Sub-scripts and FCM input files for compiling 91 91 ^/utils/tools"[@REV]" tools # User tools 92 ^/vendors/AGRIF/dev"[@REV]" ext/AGRIF # NEMO dependency for nesting93 ^/vendors/FCM"[@REV]" ext/FCM # """" for source code compilation94 ^/vendors/IOIPSL"[@REV]" ext/IOIPSL # """" for IO management92 ^/vendors/AGRIF/dev"[@REV]" ext/AGRIF # Dependency for nesting 93 ^/vendors/FCM"[@REV]" ext/FCM # "" for source code compilation 94 ^/vendors/IOIPSL"[@REV]" ext/IOIPSL # "" for IO management 95 95 }}} 96 96 97 If you have to modify these properties in your working copy, you can learn the new [wiki:Developers/SVNHowTo SVN basics] to work with the repository.97 If you have to modify these properties in your working copy, you can learn how in [wiki:Developers/SVNHowTo]. 98 98 99 99 == Development activities