Changing how Bamboo upgrades the Subversion working copy version during checkout

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

Bamboo automatically upgrades any Subversion source code working copy it checks out by running svn upgrade (more information here). If you use a Subversion client version other than the one that runs on Bamboo to access this code, any Bamboo builds on that code may fail. This KB provides you with configuration options to prevent that.

環境

  • All Bamboo releases
  • Subversion repositories

ソリューション

Bamboo always applies the latest Subversion working copy version when checking out code and possibly pushing it back to the repository. If you want to tell Bamboo to use a specific Subversion working copy version, you will need to run Bamboo with the following system property:

-Dbamboo.svn.wc.format=X.X

where X.X is the SVN version that you want to retain for your code.
(info) Valid values for this parameter are 1.3, 1.4, 1.5, 1.6, 1.7, and 1.8

For example, setting this parameter to 1.5 tells Bamboo to:

  • Check out code to version 1.5 if no working copy exists, and
  • Do not automatically upgrade any already checked-out code of an existing working copy to be compatible with Subversion 1.6.

Please check the Configuring your system properties page to know how to add the -Dbamboo.svn.wc.format=X.X property to Bamboo.


最終更新日: 2022 年 10 月 16 日

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

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