svn-provider informs for every line with wrong local
----------------------------------------------------
Key: SCM-224
URL: http://jira.codehaus.org/browse/SCM-224
Project: Maven SCM
Issue Type: Bug
Components: maven-scm-provider-svn
Reporter: Joerg Schaible
Priority: Trivial
The scm-povider for Subversion informs for every line it does not recognize.
Unfortunately this is every line for a different locale. The locale should be
set to Locale.US before executing the utility.
[INFO] Executing: svn --non-interactive commit --file
c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-383081123.commit
C:/Work/Projects/credit-suisse/components/A/pom.xml
C:/Work/components/A/jar/pom.xml
C:/Work/Projects/credit-suisse/components/A/ip-ejb/pom.xml
[INFO] Working directory: C:\Work\components\A
[INFO] Unknown line: 'Sende ip-ejb\pom.xml'
[INFO] Unknown line: 'Sende jar\pom.xml'
[INFO] Unknown line: 'Sende pom.xml'
[INFO] Unknown line: 'bertrage Daten ...'
[INFO] Unknown line: 'Revision 2373 ?bertragen.'
[INFO] Release preparation complete.
Note: Setting the locale in bash explicitly for the command works fine:
LANG=C mvn release:prepare
There's no such easy way in the Windows shell though ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira