Language settings affect proper check-in for Subversion
-------------------------------------------------------

         Key: MRELEASE-133
         URL: http://jira.codehaus.org/browse/MRELEASE-133
     Project: Maven 2.x Release Plugin
        Type: Bug

    Versions: 2.0-beta-4    
    Reporter: Joerg Schaible
    Priority: Minor


The plugin seems to parse the returned lines of the svn command when checking 
in the tagged version:

{noformat}
...
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file 
c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-54899999.commit 
C:/Work/standard/master-pom/pom.xml
[INFO] Working directory: C:\Work\standard\master-pom
[INFO] Unknown line: 'Sende          pom.xml'
[INFO] Unknown line: 'šbertrage Daten .'
[INFO] Unknown line: 'Revision 1140 ?bertragen.'
[INFO] Tagging release with the label v_4...
[INFO] Executing: svn --non-interactive copy --file 
c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-2091412033.commit . 
http://websvn/svn/essvn/development/buildsystem/maven-2/master-pom/tags/v_4
[INFO] Working directory: C:\Work\standard\master-pom
[INFO] Transforming 'Elsag Master Project'...
[INFO] Removing release POMs...
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file 
c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-1116553554.commit 
C:/Work/standard/master-pom/pom.xml
[INFO] Working directory: C:\Work\standard\master-pom
[INFO] Unknown line: 'Sende          pom.xml'
[INFO] Unknown line: 'šbertrage Daten .'
[INFO] Unknown line: 'Revision 1142 ?bertragen.'
[INFO] Release preparation complete.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
...
{noformat}

Starting the plugin with

{noformat}
LANG=C mvn release:prepare
{noformat}

does not produce this _Unknown line_ messages. The plugin should invoke the svn 
command with an English locale.

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

Reply via email to