|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Yes, it is a config problem, but I still don't get it...
What do you mean "that node (slave or master) which actually checks out the code"?
1) The code is checked out locally, on the same server Jenkins is installed.
2) I have logged as "jenkins" into the workspace directory that it is working on. And I know it is correct cause:
3) If I go to the workspace directory as jenkins I should have the same environment as the jenkins webapp, right?
If there I do locale I get this:
$ locale
LANG=es_ES.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
Everything is UTF-8, yes LANG is different from the rest, but the point is that ALL is UTF-8!
right?
4) If I do a svn co ... from there in the command line it is done correctly. So the environment seems ok right?
5) EVEN if I do jsvn co ... from there it is done correctly. And jsvn is the command line of svnkit, which is what the jenkins plugin is using. right?
6) SO how come that, with jenkins having file.encoding=UTF-8 and sun.jnu.encoding=UTF-8, the subversion plugin DOES NOT use UTF-8?
What environment is it seen? (the jenkins linux user sees a different utf-8 one for sure)
Can I override it?