Page 1 of 1

Elegant from sources shows unknown SVN revision

Posted: 25 Nov 2021, 10:32
by blanco-garcia
Dear all,
the svn version 1.10.2 is not supported by the Elegant sources, therefore, when running a compiled version of elegant the revision is unknown :

Code: Select all

$ ./elegant
...
Link date: Nov 17 2021 16:41:16, SVN revision: unknown
what is the most recent version that could be used to get the proper SVN revision output ?


Best regards,
o

Re: Elegant from sources shows unknown SVN revision

Posted: 25 Nov 2021, 11:21
by soliday
The source code on the web was checked out on a RHEL7 machine running Subversion 1.7.14
Unfortunately when running "svnversion ." in the source directory tree, it returns the "unknown" when trying to query the revision number if you are running newer versions of SVN (Subversion). It doesn't affect any of the output though. As long as we have access to the version number and the link date, we would be able to use that information for debugging purposes without the exact revision number.

Re: Elegant from sources shows unknown SVN revision

Posted: 26 Nov 2021, 04:01
by blanco-garcia
Dear Soliday,

thank you very much !

o