Modify ↓
Ticket #11 (closed defect: fixed)
SVN task doesn't allow child class to use advanced VersionControl_SVN features
| Reported by: | raizyr@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2.0 |
| Component: | Version: | 2.2.0RC1 | |
| Keywords: | Cc: |
Description
There is currently no way for SvnBaseTask to be extended for any command that requires switches. There are two ways to allow this, either by adding a second argument to SvnBaseTask::run that handles switches and then passes them to the instance's VersionControl_SVN object, or simply by changing the visibility of SvnBaseTask's svn member to protected so that child classes can use it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Parameter 'switches' added in r38.