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 branch name. The default branch is set in the working directory.
|
String
|
Optional
|
destdir
|
Enter the local directory you want to get the files to. If Item is a repository, a subdirectory, with the same name as the repository, is created and files are copied to it. If Item is specified as /, files are copied to the local directory. If an option is not specified, files are copied to the working directory.
|
String
|
force
|
Force file retrieval from server regardless of the local copy status.
|
boolean
|
includeremoved
|
Include removed files when getting files by label. Default is true. Ignored if a label is not given.
|
boolean
|
quiet
|
Quiet mode. Do not list repository and local full path of files.
|
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 the file version to get. Ignored if a specific filename is not given in the file attribute.
|
String
|
writable
|
Make local file editable or writable. Default is read-only.
|
boolean
|