You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "G.J. Doornink" <dk...@xs4all.nl> on 2006/08/08 12:44:34 UTC

[PATCH] set_version.pl

Hello,

At the moment packages/windows-innosetup/tools/set_version.pl generates
different output in autorun (set_version.pl -a) and manual run mode when
  the subversion binary (svn.exe) that gets called does not output a
revision number when called with the --version parameter.
This is the case with the 1.4.0 RC4 binary which outputs 'version 1.4.0
(Release Candidate 4)'.
This difference prevents the windows installer executable from being
created, since the svn_revision define in the generated svn_version.iss
file gets set to "unset" instead of an empty string. Which in its turn
is an invalid version value value for Inno Setup.

The attached patch fixes this.

[[
* packages/windows-innosetup/tools/set_version.pl:
  Produce the same output file, regardless of the -a parameter
]]


Kind regards,

Gerrit Jan

-- 
G.J. Doornink <dk...@xs4all.nl>