[
https://issues.apache.org/jira/browse/SCM-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964437#comment-17964437
]
Olivier Lamy commented on SCM-224:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#438|https://github.com/apache/maven-scm/issues/438].
> svn-provider informs for every line with wrong local
> ----------------------------------------------------
>
> Key: SCM-224
> URL: https://issues.apache.org/jira/browse/SCM-224
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Reporter: Joerg Schaible
> Assignee: Emmanuel Venisse
> 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 was sent by Atlassian Jira
(v8.20.10#820010)