Creating a file with build number and branch name in SVN

后端 未结 7 1074
醉话见心
醉话见心 2021-01-22 06:26

There is not an enourmous amount of deployment control where I work at the moment. And while there is a long term plan to create a build script that deals with deployment at the

7条回答
  •  自闭症患者
    2021-01-22 06:50

    You might be able to do it with a build script. Look at the .svn\entries file in the root of the repository. It should contain the revision number early on in the file (line 5 or so)

提交回复
热议问题