|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
VCS
|
optional
|
EMPTY |
|
Definition of version control system specific preferences. |
| Attributes |
maxFileVersions
|
optional
|
0..N
|
yes |
Specifies the number of file versions, which will be loaded from the used version control system. 0 disables the limitation and loads all available versions always. |
|
| Element |
SVN
|
optional
|
EMPTY |
|
Definition of subversion specific preferences. |
| Attributes |
enabled
|
optional
|
true|false
|
yes |
Defines whether subversion has to be used. E.g. when adding files QuickRev will check whether the file is under version control of one of the enabled version control systems. |
|
command
|
optional
|
string |
yes |
Defines the path to the subversion command. If no command is defined svn will be used as default. |
|
commandArgs
|
optional
|
string |
yes |
Additional arguments used with the subversion command can be specified here. |
|
| Element |
GIT
|
optional
|
EMPTY |
|
Definition of GIT specific preferences. |
| Attributes |
enabled
|
optional
|
true|false
|
yes |
Defines whether GIT has to be used. E.g. when adding files QuickRev will check whether the file is under version control of one of the enabled version control systems. |
|
command
|
optional
|
string |
yes |
Defines the path to the GIT command. If no command is defined git will be used as default. |
|
commandArgs
|
optional
|
string |
yes |
Additional arguments used with the GIT command can be specified here. |
|
| Element |
ClearCase
|
optional
|
EMPTY |
|
Definition of ClearCase specific preferences. |
| Attributes |
enabled
|
optional
|
true|false
|
yes |
Defines whether ClearCase has to be used. E.g. when adding files QuickRev will check whether the file is under version control of one of the enabled version control systems. |
|
command
|
optional
|
string |
yes |
Defines the path to the ClearCase command. If no command is defined cleartool will be used as default. |
|
commandArgs
|
optional
|
string |
yes |
Additional arguments used with the ClearCase command can be specified here. |