<svn-checkout>

[This is preliminary documentation and subject to change.]

Executes the svn checkout command.

Parameters

Attribute Type Description Required
cache-auth bool true if the authentiction token should be cached locally. False
config-dir string The location of the configuration directory. False
quiet bool Determines if the output should be minimized. The default is true. False
recursive bool true if the command should be executed recursively. The default is true. False
revision string The revision to checkout. If no revision is specified then subversion will return the
HEAD
.
False
uri string

TODO: Add more documentation when I understand all svn root possibilities/ protocols. The svn root is usually in the form of a URL from which the server, protocol and path information can be derived. Although the path to the repository can also be determined from this the information is more implicit than explicit. For example a subversion root URL of: http://svn.collab.net/repos/svn/trunk/doc/book/tools would have the following components: protocol: http/ web_dav username: anonymous servername: svn.collab.net repository: /repos/svn server path: /trunk/doc/book/tools In addition the revision path or branch can also be determined as subversion stores this information as a seperate physical directory. In this example: revision: trunk

True
commandline string False
destination directory False
failonerror bool Determines if task failure stops the build, or is just reported. The default is true. False
if bool If true then the task will be executed; otherwise, skipped. The default is true. False
passfile file False
password string The pasword to use to login to svn. False
rsh file The executable to use for ssh communication. False
timeout int The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out. False
unless bool Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. False
username string The user performing the checkout. False
verbose bool Determines whether the task should report detailed build log messages. The default is false. False

Framework-configurable parameters

Attribute Type Description Required
useruntimeengine bool Specifies whether the external program should be executed using a runtime engine, if configured. The default is false. False

Nested Elements:

<fileset>

</fileset>

<arg>

The command-line arguments for the external program.

Contains a collection of Argument elements.

</arg>

Examples

Requirements

Assembly: NAnt.Contrib.Tasks (0.85.1793.0)