Changes between Version 10 and Version 11 of Developers/GoodPractices
- Timestamp:
- 2019-06-04T16:46:54+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers/GoodPractices
v10 v11 7 7 == Set up a proper development environment once and for all 8 8 9 Obviously each developer can have its own working approach for developing the NEMO code, however we recommend to download and run [source:/utils/ install_dev_env.sh this script] to install a '''clean and minimal working copy''' with everything you need to start your development and to support the NEMO reference. \\9 Obviously each developer can have its own working approach for developing the NEMO code, however we recommend to download and run [source:/utils/dev/install_dev_env.sh this script] to install a '''clean and minimal working copy''' with everything you need to start your development and to support the NEMO reference. \\ 10 10 Actually it will download from the SVN repository a working copy of the `NEMO` root directory but only in terms of the very first paths in depth, you will have `NEMO/branches` and `NEMO/releases` with empty subfolders. Only the trunk (`NEMO/trunk`) and the last NEMO release (`NEMO/releases/release-X.X`) will be entirely downloaded. 11 11