Changeset 0e83213


Ignore:
Timestamp:
01/30/12 21:08:01 (4 months ago)
Author:
mrook
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)
Message:

Refs #677 - add a fetchMode class variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/svn/SvnBaseTask.php

    r8c44f33 r0e83213  
    4949 
    5050    private $toDir = ""; 
     51     
     52    protected $fetchMode = VERSIONCONTROL_SVN_FETCHMODE_ASSOC; 
    5153 
    5254    /** 
     
    259261        // Set up runtime options. Will be passed to all 
    260262        // subclasses. 
    261         $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ASSOC, 'svn_path' => $this->getSvnPath()); 
     263        $options = array('fetchmode' => $this->fetchMode, 'svn_path' => $this->getSvnPath()); 
    262264         
    263265        // Pass array of subcommands we need to factory 
Note: See TracChangeset for help on using the changeset viewer.