Skip to Navigation | Skip to Content

Ref_impl_Eiffel mailing list archives

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[ref_impl_eiffel] [882] In the SConstruct, when setting the Subversion r

  • To: ref_impl_eiffel@openehr.org
  • Subject: [ref_impl_eiffel] [882] In the SConstruct, when setting the Subversion revision number in various files, it creates backup files which are copied back over the temporarily modified files when the build has completed.
  • From: svn@openehr.org
  • Date: Fri, 31 Jul 2009 04:24:35 +0100

Revision: 882
Author:   peter.gummer
Date:     2009-07-31 04:24:34 +0100 (Fri, 31 Jul 2009)

Log Message:
-----------
In the SConstruct, when setting the Subversion revision number in 
various files, it creates backup files which are copied back over the 
temporarily modified files when the build has completed. If the build 
fails or is otherwise interrupted, however, these backup files are left 
lying around and, at the end of the subsequent build, they are copied 
over the top as usual. This can be dangerous if there have been updates 
between the initial interrupted build and the subsequent build, because 
the backup that is being copied back may be old. To avoid this, the 
names of the backup files now include the revision number; if an old 
backup is lying around, instead of causing trouble it will just be 
ignored.

Modified Paths:
--------------
    BRANCHES/specialisation/SConstruct