Changeset 0e83213
- Timestamp:
- 01/30/12 21:08:01 (4 months ago)
- Branches:
- master
- Children:
- 7b3fede
- Parents:
- 0bcca8f
- git-author:
- Michiel Rook <mrook@…> (01/30/12 21:08:01)
- git-committer:
- Michiel Rook <mrook@…> (01/30/12 21:08:01)
- File:
-
- 1 edited
-
classes/phing/tasks/ext/svn/SvnBaseTask.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/svn/SvnBaseTask.php
r8c44f33 r0e83213 49 49 50 50 private $toDir = ""; 51 52 protected $fetchMode = VERSIONCONTROL_SVN_FETCHMODE_ASSOC; 51 53 52 54 /** … … 259 261 // Set up runtime options. Will be passed to all 260 262 // subclasses. 261 $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ASSOC, 'svn_path' => $this->getSvnPath());263 $options = array('fetchmode' => $this->fetchMode, 'svn_path' => $this->getSvnPath()); 262 264 263 265 // Pass array of subcommands we need to factory
Note: See TracChangeset
for help on using the changeset viewer.
