Changeset 1580

Timestamp:
11/18/11 15:28:49 (12 years ago)
Author:
mmaipsl
Message:

This script may be used to create a tree of last configuration downloaded by modipsl/util/model command.

It checks the control version used for each components of the configuration and saves the diff
between the revision downloaded (or updated) and the modifications of the developper.
It saves those diff in the component directory in the copy tree.
It saves also new source files. See SUFFIXES definition below for the list of extension to detect source files.

It also gives a Last_log file in the root of the save tree with all informations needed to download the same
configuration precisely. It has the list of new and modified files and give the date (in an non human format)
of each modifications.

It may be used in modipsl directory :

modipsl_path> util/script_diff_model modipsl_name_of_the_save

After this use, you will have a modipsl_path/modipsl_name_of_the_save.tar file that you can save with the
executable you have build with this modified configuration.

Note :

Be aware to modify AA_make files in your model source code tree (and not only Makefiles) if you use modipsl
ins_make script and portable Makefile build. In this case, Makefiles won't be versionning and modifications
won't be saves.

You can use script_recup_model script to download the same configuration and make change
with new files and modified source files.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.