Difference between revisions of "Manual version checks"
Jump to navigation
Jump to search
(New page: To get the list of tags: cvs status -v admin/info # Existing Tags: # sesarray-2_0_3 (revision: 1.81.2.5) # version-3_2_2 (revisi...) |
(No difference)
|
Latest revision as of 10:56, 23 October 2008
To get the list of tags:
cvs status -v admin/info # Existing Tags: # sesarray-2_0_3 (revision: 1.81.2.5) # version-3_2_2 (revision: 1.81.2.5) # sesarray-2_0_1 (revision: 1.81.2.1)
To check if there are modified files:
cvs diff -r version-3_2_2
To get the current version:
dpversion s # Current version=3.2.2
In this case version version has not been increased yet.