NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item924: BuildContrib fails to get info from SVN in non-english environments
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
BuildContrib |
|
BuildContrib gets information from
svn command in order to perform some tasks like macro expansion (e.g.
%$VERSION%). The code assumes
svn will print messages in English, what doesn't hold if another locale is in use (e.g
pt_BR).
In order to use
BuildContrib I have to
export LC_ALL=C before calling
perl build.pl release.
BuildContrib should adjust this environment variable before calling
svn (or any other command that is supposed to return messages in English).
--
GilmarSantosJr - 31 Jan 2009