Elastic Agent Cannot Checkout UTF-8 Filenames From Subversion

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Your elastic image is unable to download certain files from your Subversion repository, and you see errors similar to this:

Command output:
svn: Can't convert string from 'UTF-8' to native encoding:
svn: components/file-N?\195?\181chstes.gif

原因

The locale on the elastic image Operating System is not configured correctly.

ソリューション

Try setting your locale to UTF8. For example in Linux, if you want to set the locale to German:

export LANG=de_DE.UTF-8

This needs to be done for the user that's starting the Bamboo Agent.

If you're using Maven, you may also need to set this property in your pom.xml:

 

<properties>
   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
最終更新日 2013 年 7 月 11 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.