• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 64, 文章 - 11, 評論 - 12, 引用 - 0
            數據加載中……

            管理項目的版本號

                  現在,很多公司都是在用免費的SVN工具來管理版本。如何讓可執行程序與DLL的信息與生成時的SVN版本相對應呢?以便于更好地跟蹤項目呢?在原來我是用一段腳本來實現的。
            分為Version.h, Version.rc,和一段腳本。
            //Version.h
            #define SHADOW_MAJOR_VERSION 4
            #define SHADOW_MINOR_VERSION 5
            #define SHADOW_BETA_MAJOR_VERSION 7
            #define SHADOW_BETA_MINOR_VERSION 155
            #define SHADOW_VERSION "4.5.7.155"
            #define SHADOW_REVISION "0"

            在version.rc中,包含Version.h并把相應的版本信息用上面的SHADOW_REVISION及 SHADOW_VERSION賦值

             1' Set the revision for the application
             2' 
             3
             4' Get File path
             5scriptName = wscript.scriptfullname
             6scriptPath = Left(scriptName, instrRev(scriptName, "\"))
             7
             8' create svn object and get the last revision
             9Set svnObj = CreateObject("SubWCRev.object")
            10svnObj.GetWCInfo scriptPath,0,0
            11versionDes = "Revision: " & svnObj.Revision & ". Date:" & svnObj.Date
            12
            13' update the version.h with the lastest version
            14Set fs = CreateObject("Scripting.FileSystemObject")
            15scriptPath = Left(scriptPath, Len(scriptPath) -1)
            16slnPath = Left(scriptName, instrRev(scriptPath, "\"))
            17versionFullName = slnPath & "Version.h"
            18
            19' check file valid
            20If Not fs.fileexists(versionFullName) Then
            21    MsgBox "The file version.h does not exists."
            22    wscript.quit
            23End If
            24
            25' read content from the file
            26Set fRead = fs.OpenTextFile(versionFullName, 1)
            27fContent = fRead.ReadAll
            28fRead.close
            29
            30' modify the revision value
            31Set regEx = New RegExp
            32regEx.Pattern = "#define\s+SHADOW_REVISION\s+""(.*)"""
            33Set Matches = regEx.Execute(fContent)
            34For Each Match in Matches  
            35      RetStr = RetStr & "Match found at position "
            36      RetStr = RetStr & Match.FirstIndex & ". Match Value is '"
            37      RetStr = RetStr & Match.Value & "'." & vbCRLF
            38      If Match.submatches(0= versionDes Then
            39          MsgBox "The revision is already lastest"
            40          wscript.quit
            41      End If
            42Next
            43fContent = regEx.Replace(fContent, "#define SHADOW_REVISION """ & versionDes & """")
            44
            45' Write to version.h
            46Set fWrite = fs.OpenTextFile(versionFullName, 2)
            47fWrite.Write fContent
            48fwrite.close
            49MsgBox "Update the revision successful"

            可以看出實現起來比較麻煩。
            這里介紹一種新的方法。新添一個模板文件,格式如下。
             1/*
             2    Substitution keyword file for SubWCRev (part of Tortoise SVN), to autochange version number with SVN Rev number
             3*/

             4
             5#pragma once
             6
             7
             8#define  _ProductVersion "3.0.0.1"
             9#define  _FileVersion "3.2.0.$WCREV$";
            10#define  _Revision  "$WCREV$";
            11#define  _Modified  "$WCMODS?Modified:Not modified$";
            12#define  _Date      "$WCDATE$";
            13#define  _Range     "$WCRANGE$";
            14#define  _Mixed     "$WCMIXED?Mixed revision WC:Not mixed$";
            15#define  _URL       "$WCURL$";
            16#define  _ProductName  "Software 1.0"
            17#define  _CompanyName   "Company"
            18#define  _FileDescription "SoftWare module"
            19#define  _LegalCopyright "Company, All rights reserved."
            20#define  _FileVersion_0  3
            21#define  _FileVersion_1  2
            22#define  _FileVersion_2  0
            23#define  _FileVersion_3  $WCREV$
            24#define  _ProductVersion_0  3
            25#define  _ProductVersion_1  2
            26#define  _ProductVersion_2  0
            27#define  _ProductVersion_3  1

            在打包時運行如下的批處理文件就會自動生成或者更新version.h
            SubWCRev.exe ..\ SubWCRev.txt ..\version.h

            pause

            資源文件還是引用version.h定義好的常量。這種方式就很簡單,而且不易出錯。上面介紹C++方面的版本跟蹤,在C#中則是先制定AssemblyInfo.cs的一個模板,在打包時用上面的命令去更新AssemblyInfo.cs。

            posted on 2009-04-24 10:45 Robertxiao 閱讀(845) 評論(0)  編輯 收藏 引用 所屬分類: 天馬行空

            国产精品久久久久影院嫩草| 欧美性猛交xxxx免费看久久久| 久久这里只有精品18| 韩国三级大全久久网站| 久久人妻少妇嫩草AV无码蜜桃| 国产精品99久久久精品无码| 久久亚洲精品视频| 久久精品无码一区二区WWW| 999久久久免费精品国产| 亚洲性久久久影院| 国产精品久久久久影视不卡| 国产精品亚洲综合久久| 香港aa三级久久三级| 无码人妻精品一区二区三区久久 | 久久免费大片| 国产精品对白刺激久久久| 人人狠狠综合久久亚洲高清| 久久97精品久久久久久久不卡| 亚洲?V乱码久久精品蜜桃| 国产99久久久国产精品~~牛| 亚洲AV日韩精品久久久久| 亚洲精品无码久久久| 久久精品成人| 国产成人精品久久亚洲高清不卡 国产成人精品久久亚洲高清不卡 国产成人精品久久亚洲 | 国内精品久久久久久久久电影网| 久久青青草原综合伊人| 国产精品久久久久久吹潮| 天天躁日日躁狠狠久久| 精品久久久一二三区| 欧美亚洲日本久久精品| 久久亚洲精品无码观看不卡| 精品久久久久一区二区三区| 一本一道久久精品综合| 久久噜噜电影你懂的| 久久免费小视频| 国产女人aaa级久久久级| 狠狠综合久久综合中文88| 精品久久久久久国产免费了| 久久人搡人人玩人妻精品首页| 欧美午夜A∨大片久久| 伊人久久精品无码av一区|