Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

SVN Version Info not available after update to CDS 3.5.16.20

berebri
2021-06-15
2021-06-15
  • berebri - 2021-06-15

    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?

     
  • TimvH

    TimvH - 2021-06-15

    Try:
    __POOL.SVN_VERSION_INFO.VERSION
    (double underscore before POOL)

    Or try:
    gvlSoftwareVersion.sSVNVersion

     
  • berebri - 2021-06-15

    Thank you very much. The __POOL.SVN_VERSION_INFO solved the problem :-)

     

Log in to post a comment.