[ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231011#action_231011 ]
Joerg Schaible commented on MNG-4748: ------------------------------------- It's as Benjamin said, I have also no clue what the SVN Ant task really does in terms of code. If the native svn client is able to handle the characters it just means that it makes right assumptions about the encoding used by the svn client that created these subversion entries in first place. But as the provided link explains, there is no standard enforced by subversion itself and it also seems to imply that it does make a difference if you use a native svn client provided by Collabnet or someone else. There's even a Java implementation of the SVN protocol (SVNKit) that might be used by the SVN Ant task. Your error simply indicates that the client used by the SVN Ant task is not compatible and it is no wonder if it is Java based looking at the encoding in use. However, only the people that created this SVN Ant Task can tell you more, Maven is simply an ordinary consumer of that 3rd party code and not responsible for its malfunction. You have to follow Benjamin's advice and ask in their community or follow mine not to use such file names in a repository that cannot really handle it by design. > svn checkout - special characters in file name are not encoding properly > ------------------------------------------------------------------------ > > Key: MNG-4748 > URL: http://jira.codehaus.org/browse/MNG-4748 > Project: Maven 2 & 3 > Issue Type: Bug > Components: POM::Encoding > Affects Versions: 2.2.1 > Environment: UNIX > Reporter: Sunny > Assignee: Benjamin Bentmann > > Dear All, > I'm working on europe based project, which has so many file names are > having with special characters like control characters and cannon(hat) > characters supported by windows-1252 support characters. We are using svn > repository and for the application build and deployment we are using maven > tool, while deploying the .ear through using maven the special characters > which are supported by windows-1252(e.g. ) are not converting properly. At > the place of those characters i'm getting '?', Hence, the deployment is > failing at runtime. > I've done so many encoding techniques, but still the problem remains > same. Please help to resolve this issue ASAP!!!, due to this issue, my > application has been stopped. > I'm glad to get the solution soon. > Regards, > Sunny -- 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