Busy
New Contributor
7 years agocan't get revision number from SVN
Hello,
I try to get revision number from SVN by using a script file (https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/design-software/tcl/tcl-svn-revision.html).
When I entered the 'get_revision_info', there is nothing in the 'inp' variable (or line variable) and so I can't retrieve the SVN revision number.
It is strange because when I use 'svn help' command (or 'ls -l') instead of 'svn info' command, 'inp' is correctly populated with the result of the help (or the result of the 'ls -l').
Can you tell me why the procedure is entered with an empty string?
Many thanks.