You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Torsten Werner (JIRA)" <ji...@codehaus.org> on 2011/01/04 13:31:57 UTC

[jira] Created: (SCM-594) maven-scm-provider-svntest fails with a localized $LC_ALL

maven-scm-provider-svntest fails with a localized $LC_ALL
---------------------------------------------------------

                 Key: SCM-594
                 URL: http://jira.codehaus.org/browse/SCM-594
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-svn
    Affects Versions: 1.4
         Environment: Linux
            Reporter: Torsten Werner


maven-scm-provider-svntest sets LC_MESSAGES=C but that does not help if LC_ALL has been set to some incompatible value by the user. It should either set LC_ALL=C or unset LC_ALL in combination with LC_MESSAGES=C.

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

        

[jira] Commented: (SCM-594) maven-scm-provider-svntest fails with a localized $LC_ALL

Posted by "Steffi Tinder (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251045#action_251045 ] 

Steffi Tinder commented on SCM-594:
-----------------------------------

To make it easier for people to find this bug (and the workaround!): 

One possible symptom is the following error message when preparing a release:

"Kann <svn-url> in Revision 0 nicht im Projektarchiv finden" (German for "Unable to find repository location for <svn-url> in revision 0")


The workaround is to unset LC_ALL before executing mvn release:prepare (or any other maven command that parses svn output).



> maven-scm-provider-svntest fails with a localized $LC_ALL
> ---------------------------------------------------------
>
>                 Key: SCM-594
>                 URL: http://jira.codehaus.org/browse/SCM-594
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.4
>         Environment: Linux
>            Reporter: Torsten Werner
>
> maven-scm-provider-svntest sets LC_MESSAGES=C but that does not help if LC_ALL has been set to some incompatible value by the user. It should either set LC_ALL=C or unset LC_ALL in combination with LC_MESSAGES=C.

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

        

[jira] Commented: (SCM-594) maven-scm-provider-svntest fails with a localized $LC_ALL

Posted by "Torsten Werner (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=250369#action_250369 ] 

Torsten Werner commented on SCM-594:
------------------------------------

I forgot to mention that it might be an option to call svn with --xml and parse the XML output. That would avoid any i18n issues.

> maven-scm-provider-svntest fails with a localized $LC_ALL
> ---------------------------------------------------------
>
>                 Key: SCM-594
>                 URL: http://jira.codehaus.org/browse/SCM-594
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.4
>         Environment: Linux
>            Reporter: Torsten Werner
>
> maven-scm-provider-svntest sets LC_MESSAGES=C but that does not help if LC_ALL has been set to some incompatible value by the user. It should either set LC_ALL=C or unset LC_ALL in combination with LC_MESSAGES=C.

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

        

[jira] Commented: (SCM-594) maven-scm-provider-svntest fails with a localized $LC_ALL

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251070#action_251070 ] 

Olivier Lamy commented on SCM-594:
----------------------------------

or using svnjava provider :-)
 http://code.google.com/p/maven-scm-provider-svnjava/

> maven-scm-provider-svntest fails with a localized $LC_ALL
> ---------------------------------------------------------
>
>                 Key: SCM-594
>                 URL: http://jira.codehaus.org/browse/SCM-594
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.4
>         Environment: Linux
>            Reporter: Torsten Werner
>
> maven-scm-provider-svntest sets LC_MESSAGES=C but that does not help if LC_ALL has been set to some incompatible value by the user. It should either set LC_ALL=C or unset LC_ALL in combination with LC_MESSAGES=C.

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