This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: subversion-plugin
    • Environment:

      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.

            Assignee:
            Unassigned
            Reporter:
            Jose L Vazquez
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: