NAntContrib
Help
Element Reference
AbstractSvnTask |
v0.85-rc1 |
[This is preliminary documentation and subject to change.]
A base class for creating tasks for executing CVS client commands on a CVS repository.
| Attribute | Type | Description | Required |
|---|---|---|---|
| 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 |
| command | string | The command to execute. | False |
| password | string | The pasword to use to login to svn. | False |
| rsh | file | The executable to use for ssh communication. | False |
| username | string | The user performing the checkout. | False |
| 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 | |
| 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 |
| 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.