Elegant from sources shows unknown SVN revision

Moderators: cyao, soliday

Post Reply
blanco-garcia
Posts: 68
Joined: 29 Oct 2021, 10:41

Elegant from sources shows unknown SVN revision

Post by blanco-garcia » 25 Nov 2021, 10:32

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

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: Elegant from sources shows unknown SVN revision

Post by soliday » 25 Nov 2021, 11:21

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.

blanco-garcia
Posts: 68
Joined: 29 Oct 2021, 10:41

Re: Elegant from sources shows unknown SVN revision

Post by blanco-garcia » 26 Nov 2021, 04:01

Dear Soliday,

thank you very much !

o

Post Reply