[
https://issues.apache.org/jira/browse/SCM-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961022#comment-17961022
]
ASF GitHub Bot commented on SCM-320:
------------------------------------
jira-importer commented on issue #544:
URL: https://github.com/apache/maven-scm/issues/544#issuecomment-2964601925
**[Emmanuel
Venisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=evenisse)**
commented
the scm provider call the svn command line with LC_MESSAGES set to en_EN
Check your env var on your both linux and locale -a too
> svn: error: cannot set LC_ALL locale
> ------------------------------------
>
> Key: SCM-320
> URL: https://issues.apache.org/jira/browse/SCM-320
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Affects Versions: 1.0
> Environment: Linux 2.6.17.13-rev2-AM.RS #7 SMP Tue Nov 14 12:55:12
> PST 2006 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)
> Maven 2.0.5
> Reporter: Tim Morrow
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.1
>
>
> I'm using Maven 2.0.5. After the recent update to scm plugin version 1.0, my
> updates from a subversion repository fail. I get this:
> {noformat}
> $ mvn scm:update
> [INFO] [scm:update]
> [INFO] Executing: svn --non-interactive update
> [INFO] Working directory: /the/right/path
> [ERROR] Provider message:
> [ERROR] The svn command failed.
> [ERROR] Command output:
> [ERROR] svn: error: cannot set LC_ALL locale
> svn: error: environment variable LANG is not set
> svn: error: please check that your locale name is correct
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Command failed.The svn command failed.
> [INFO]
> ------------------------------------------------------------------------
> {noformat}
> * Note that running "svn update" from the command line works just fine.
> * I did try setting the LANG environment variable to "en" then "en_US"
> locale, but that didn't work either.
> * If I set the maven-scm-plugin version to 1.0-rc1 or 1.0-beta-4, it works
> fine.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)