NAntContrib Help Task Reference <svn> | v0.85-rc1 |
[This is preliminary documentation and subject to change.]
Executes the svn command specified by the command attribute.
Attribute | Type | Description | Required |
---|---|---|---|
command | string | The svn command to execute. | True |
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 |
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 |
Contains a collection of Argument elements.
Checkout Gentle.NET.
<svn command="checkout" destination="c:\dev\src\gentle.net" svnroot="http://www.mertner.com/svn/repos/projects/gentle" password="" />