GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

get_version() no longer works on rhe-compute1 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run check_scenarios on rhe-compute1
2. subversion revision no longer printed

What is the expected output? What do you see instead?
subversion revision printed

Please use labels and text to provide additional information.
Since the upgrade to the subversion client version 1.7, this no longer works. 
get_version() calls get_version_sandpit_linux() on linux which calls out to the 
command svnversion. svnversion does not produce any output anymore.

The suggestion is to use svn info, as per get_svn_revision_sandpit_linux()

Original issue reported on code.google.com by b...@girorosso.com on 1 Mar 2012 at 11:07

GoogleCodeExporter commented 9 years ago
Revision 982 implements the suggestion in this issue. If there is no svn info 
in the current directory, it replicates the behaviour of svnversion, i.e. 
returns "exported" as the revision.

Original comment by b...@girorosso.com on 2 Mar 2012 at 12:16