[ 
https://issues.apache.org/jira/browse/SCM-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961018#comment-17961018
 ] 

ASF GitHub Bot commented on SCM-320:
------------------------------------

jira-importer opened a new issue, #544:
URL: https://github.com/apache/maven-scm/issues/544

   **[Tim 
Morrow](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=timmorrow)**
 opened 
**[SCM-320](https://issues.apache.org/jira/browse/SCM-320?redirect=false)** and 
commented
   
   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:
   
   ```
   $ 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] 
------------------------------------------------------------------------
   ```
   
   * 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.
   
   
   
   ---
   
   **Affects:** 1.0
   
   **Issue Links:**
   - [MRELEASE-268](https://issues.apache.org/jira/browse/MRELEASE-268) Release 
is broken with Subversion 1.3.x and earlier
    (_**"is depended upon by"**_)
   
   9 votes, 12 watchers
   




> 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)

Reply via email to