Changeset 68
- Timestamp:
- 04/13/05 01:24:58 (8 years ago)
- Location:
- branches/unified_backend
- Files:
-
- 2 modified
-
popups/about.html (modified) (2 diffs)
-
utils/svn_commit.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/unified_backend/popups/about.html
r67 r68 12 12 ;-) 13 13 14 // 2005-04-12 YmL: 15 // . note @@xy@@ tag in the version section below. It gets replaced 16 // by the svn_commit script so that this file always contains the 17 // latest svn version number. There is probably a much better way 18 // to do this. 14 // ------------------------------------------- 15 This marker is incremented by svn_commit.sh foricing this file to 16 be out of date on each commit. As a result the revision number for 17 this file will match the version of the repository. 18 19 [@@68@@] 19 20 20 21 --> … … 264 265 $LastChangedRevision$ 265 266 $LastChangedBy$</pre> 266 267 <!--268 svn commit number. Updated by svn_commit.sh269 270 [@@67@@]271 -->272 273 Subversion Commit Number: $Rev: 1$274 267 </div> 275 268 -
branches/unified_backend/utils/svn_commit.sh
r66 r68 16 16 # ------------------------------------------------------------------ 17 17 # 18 # Preprocess popups/about.html so that it is out of date by incrementing 19 # a commit index in the file. This will force the SVN revision history 20 # variables to be updated on commit making those values reflect the actual 21 # version of the repository we're dealing with. 22 # 18 23 # This script requires both a bourne compatible shell and a command 19 24 # line PHP processor. see ./lib/svn_commit_preproc.php. You may need … … 21 26 # parser. 22 27 # 23 # Preprocess popups/about.html so that it reflects the actual version 24 # we're dealing with intead of just the version of the about.html file. 28 # Currently this only runs under Unix/Linux. 25 29 26 30 # make sure we're not running from a webserver. … … 38 42 then 39 43 echo svn_commit must be run from the Xinha root directory. 44 echo Usage: ./utils/svn_commit.sh 40 45 exit -1 41 46 fi … … 52 57 fi 53 58 59 # update the popups/about.html file. 60 54 61 ./utils/lib/svn_commit_preproc.php 55 62 63 # run the commit. 64 56 65 svn commit
