Creating a Subversion Export Step (4.5.1 Plugin Version)

This step is for the 4.5.1 version of the Subversion plugin. It performs a Subversion checkout or export. The 5.0.1 version of the plugin has different properties for the Export step. See Creating a Subversion Export Step (5.0.1 Plugin Version).

Required properties:

Property Name Description
Project Path The project path to export (relative to repositoryUrl).
Repository Url The base URL of the Subversion repository.

Optional properties:

Property Name Description
revisionNum Optional revision to export.
revisionDate Optional date to export.

Formats accepted:

yyyy-MM-dd HH:mm:ss z

OR

E MMM dd HH:mm:ss zzz yyyy

OR

milliseconds since UNIX Epoch

Clean Workspace If selected, all files are erased from the workspace before an export is performed.
Repository Username The authentication user.
Password The user's password.
Command Path The location of the svn command-line executable. For example: c:\Program Files\TortoiseSVN\bin\svn.exe.