Hello,
In our project we use SVN_VERSION_INFO.VERSION. This gave us the correct revision number. After updating our project from CDS 3.5.14.10 to CDS 3.5.16.20 we can't get the revision number any more. We just get the default number "134" even the project is connected to the svn repository.
Does anybody know why this happened? How can we get again the correct revision number? Any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
In our project we use SVN_VERSION_INFO.VERSION. This gave us the correct revision number. After updating our project from CDS 3.5.14.10 to CDS 3.5.16.20 we can't get the revision number any more. We just get the default number "134" even the project is connected to the svn repository.
Does anybody know why this happened? How can we get again the correct revision number? Any idea?
Try:
__POOL.SVN_VERSION_INFO.VERSION
(double underscore before POOL)
Or try:
gvlSoftwareVersion.sSVNVersion
Thank you very much. The __POOL.SVN_VERSION_INFO solved the problem :-)