C.87 SvnPropsetTask

The SvnSwitchTask sets a property on files, dirs, or revisions from the working copy.

Table C.113: Attributes

NameTypeDescriptionDefaultRequired
svnpathStringPath to Subversion binary/usr/bin/svnNo
repositoryurlStringURL of remote repositorynoneYes
todirStringPath to the checked out projectnoneYes
usernameStringA username used to connect to the SVN servernoneNo
passwordStringA password used to connect to the SVN servernoneNo
svnpropertynameStringThe svn property to setnoneYes
configOptionStringOverride subversion's config optionn/aNo

C.87.1 Example

<svnpropset
                svnpath="/usr/bin/svn"
                username="anony"
                password="anony"
                repositoryurl="http://svn.phing.info/tags/2.4.2"
                todir="/home/user/svnwc"
                svnpropset="propertyname"/>