Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18414

Jenkins Subversion plugin checkouts in something NON-UTF-8

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None

      Subversion checkouts of a name with some UTF-8 chars are done incorrectly from the jenkins console ONLY.

      For instance "Descripción.txt" gets downloaded as "Descripci?n.txt"

      If you do them with svn on the command line everything is fine, you get the proper filename.
      If you do them with jsvn (svnkit cli ofrom Ubunut) everything is fine, you get the proper filename.

      Workaround:
      1) You have to write a bash script to be executed just after the subversion checkout BUT before the maven build.

      2) This script must remove all badly checked out files like "Descripci?n.txt"

      3) Finally you do an "svn update" within the checked out project directory, so the files are checked out correctly now "Descripción.txt".

      4) Everything else from here works as expected.

          [JENKINS-18414] Jenkins Subversion plugin checkouts in something NON-UTF-8

          Jose L Vazquez created issue -
          Manuel Recena Soto made changes -
          Assignee New: Manuel Recena Soto [ recena ]
          Manuel Recena Soto made changes -
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 149721 ] New: JNJira + In-Review [ 193259 ]
          Daniel Fischer made changes -
          Assignee Original: Manuel Recena Soto [ recena ]
          Resolution Original: Cannot Reproduce [ 5 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

            Unassigned Unassigned
            josvazg Jose L Vazquez
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: