Manual version checks

From GeopsyWiki
Revision as of 10:56, 23 October 2008 by Marc (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.