Hi,
I am using FB pro 6.3.0.1506
When using the ‘Subversion info’ action, it seems that the action parse the output result of the command line ‘svn info’.
The problem is that the output can be translate (according to your local settings, and the values available in the svn share sub directory).
The Collabnet distrib of subversion does not contains translation files, but the Tigris one does.
Our finalbuilder scripts are run by many different computers. It works fine on english configured computer, but fail on the french one.
To be language independent, may be you should parse the xml output (svn info --xml).
My workaround for know is to remove the share sub directory on our computers.
Regards
Yves.
Hi Yves,
Here’s a more recent build of Finalbuilder which has been updated to use the XML option to parse the Subversion Info output, you can download the build from:
URL: https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1571.exe
Also, just for reference, you’ll need to make sure you are running Subversion 1.4 or above as the XML option was not available in older versions.
Regards,
Paul