How to programmatically change a project's product version?

后端 未结 11 1327
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 12:02

I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project\'s product version and pr

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 12:42

    Look into the use of RCS, CVS and/or subversion. I am only familiar with RCS; my understanding is that CVS is based on RCS but more comprehensive. I have read on various boards that subversion is the better, but I have never used it. RCS has been adequate for keeping track of changes and versions on all my documents and software projects.

    RCS is here: http://www.cs.purdue.edu/homes/trinkle/RCS/

    CVS is here: http://www.nongnu.org/cvs/

    Subversion is here: http://subversion.tigris.org/

提交回复
热议问题