Location: JWare Software » Svn4Ant » Documents » Properties
Properties
The table below contains the list of system properties Svn4Ant uses directly or indirectly (via SVNKit). All Svn4Ant owned properties are prefixed with “jware.antxtras.defaults.” For brevity this prefix is omitted in the table but you need to include it when you actually use the property. Typically, Svn4Ant will interpret a value of ‘default’ to mean whatever the default SVNKit behavior entails unless noted otherwise.
| Property | Description | Defaults |
|---|---|---|
| svn4ant.svnkitlogs.capture, svn4ant.noiselevel | Lets you control whether or not Svn4Ant will try to bridge SVNKit diagnostic log output to the Ant log system. Note that you must turn on the capture flag and set the noiselevel. Possible noise level values are the same as the standard AntXtras noise levels: ‘debug’, ‘verbose’, ‘info’, ‘warning’, and ‘error’. | n/d |
| svn4ant.wc.upgradepolicy | Lets you control whether or not Svn4Ant will try to upgrade any working copies it touches automatically. Possible values: ‘keep’, ‘newest’, ‘default’. (Default setting for SVNKit is controlled by the ‘svnkit.upgradeWC’ system property.) | ‘default’ |
| svn4ant.wc.acceptedformat | Lets you restrict the version of working copies on which Svn4Ant operates. For instance, if you have scripts that should be run only against version 1.3 working copies you can enforce this requirement with this property. Possible values: ‘pre-svn14’, ‘svn14’, ‘pre-svn15’, ‘svn15’, ‘default’. If this property is defined to anything other than ‘default’ then Svn4Ant ignores the upgrade policy property. | ‘default’ |