すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
The SVNKit library in Bamboo was upgraded to version 1.2, in Bamboo 2.1.4.
This has two implications for source code checked out by Bamboo:
This does not adversely affect any pre-1.5 Subversion servers. However, if you use a pre-1.5 Subversion client to access code checked out by Bamboo, then any Bamboo builds on that code may fail. Please refer to BAM-3241 for further details.
You can configure Bamboo to prevent it from automatically upgrading any source code checked out, by configuring the following parameter:
bamboo.svn.wc.format=1.4
Valid values for this parameter are 1.3, 1.4, 1.5 and 1.6
Setting this parameter to 1.4 tells Bamboo to
To change this parameter for your Bamboo instance, you can follow either one of the methods below:
-Dbamboo.svn.wc.format=1.4
, or<property name="bamboo.svn.wc.format">1.4</property>