Ticket #11 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

SVN task doesn't allow child class to use advanced VersionControl_SVN features

Reported by: raizyr@fatratz.com Assigned to:
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

03/09/06 14:06:16 changed by mrook

  • status changed from new to closed.
  • resolution set to fixed.

Parameter 'switches' added in r38.


Add/Change #11 (SVN task doesn't allow child class to use advanced VersionControl_SVN features)




Action