开发者

revision vs. version

开发者 https://www.devze.com 2023-01-06 19:44 出处:网络
I am kicking off some process improvements at a new company.One of the areas to concentrate on first is CM.I was asked during a briefing of what I am doing what is the difference between revision and

I am kicking off some process improvements at a new company. One of the areas to concentrate on first is CM. I was asked during a briefing of what I am doing what is the difference between revision and version. I gave my explanation and then followed up with an email of the following link: http://www.product-lifecycle-management.com/plm-revision-version.htm

What I would 开发者_C百科really like to know is do most places use revision or version as the main identifier and why the preference to one or the other? I have my preferences, but would like an opinion from the community.


In my experience, revision is more of an internal term that matches up with the unique identifier of a check-in or build. Version is a label of a released product so that you know whether the version is newer or not than what you have.


In my view, versions are used when the configuration item features are different or more than the previous one. While revisions is the number of times that you find error and fix in the same version i.e., functionalities remains same but the errors are fixed.


You can have a software in a version i.e. Adobe PS 6. But the software can be released under that version with several revisions. Where a revesion is created on any change on the soruce code. So if you want to make changes to the PS 6 version, you will make commits and create revisions on the way, but the version stays the same.

Usually version is split into major and minor verosion, hence small changes will change the minor version number and bigger changes will lead to a major change.

0

精彩评论

暂无评论...
验证码 换一张
取 消