Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
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
Description
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.
Attachments
Issue Links
- is depended upon by
-
MRELEASE-268 Release is broken with Subversion 1.3.x and earlier
- Closed