classes/phing/tasks/ext/svn/SvnListTask.php
Stores the output of a list command on a workingcopy or repositoryurl in a property.
This stems from the SvnLastRevisionTask.
- Extends from
- \SvnBaseTask
- see
- \VersionControl_SVN
- author
- Anton Stöckl
- author
- Michiel Rook (SvnLastRevisionTask)
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.svn
- since
- 2.1.0
- version
- $Id: SvnListTask.php 1120 2011-05-30 13:22:37Z mrook $
Properties
Methods



setForceCompatible(
$force
)
:
Sets whether to force compatibility with older SVN versions (< 1.2)
Parameters
| Name |
Type |
Description |
| $force |
|
|



setLimit(
$limit
)
:
Sets the max num of tags to display
Parameters
| Name |
Type |
Description |
| $limit |
|
|



setOrderDescending(
$orderDescending
)
:
Sets whether to sort tags in descending order
Parameters
| Name |
Type |
Description |
| $orderDescending |
|
|



setPropertyName(
$propertyName
)
:
Sets the name of the property to use
Parameters
| Name |
Type |
Description |
| $propertyName |
|
|