Attribute
|
Description
|
Type
|
Requirement
|
file
|
Enter a file or repository name. Can be / or empty, which means the repository specified by the repository option or the default repository.
|
String
|
Required
|
overwrite
|
Enter how to handle a local writable file: replace, skip.
|
"replace", "skip"
|
branch
|
Enter the name of branch to check out files from. The default branch is set in the working directory.
|
String
|
Optional
|
comment
|
Enter a comment.
|
String
|
exclusive
|
Exclusively lock the files.
|
boolean
|
force
|
Force file retrieval from server regardless of the local copy status.
|
boolean
|
quiet
|
Quiet mode. Do not list repository and local full path of the Surround SCM server.
|
boolean
|
recursive
|
Recursively get files and sub-repositories.
|
boolean
|
repository
|
Enter the full repository path.
|
String
|
failOnError
|
Set to true if you want the task to throw a BuildException when it fails.
|
boolean
|
serverconnect
|
Enter the address and port number of the Surround SCM server host computer. If not entered, use the last saved connection parameters.
|
String
|
serverlogin
|
Enter the username and password used to login to the Surround SCM server. If not entered, use the last saved login parameters.
|
String
|
timestamp
|
Set the local file's date/time: current time (default), modify time, checkin time.
|
"current", "modify", "checkin"
|
version
|
Enter which file version to check out. Ignored if a specific filename is not given in the file attribute.
|
String
|