コード例 #1
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('diff3-cmd'));
 }
コード例 #2
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('targets', 'depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('R', 'recursive', 'q', 'quiet'));
 }
コード例 #3
0
ファイル: Move.php プロジェクト: dlundgren/VersionControl_SVN
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'force', 'parents', 'force-log'));
 }
コード例 #4
0
ファイル: Log.php プロジェクト: dlundgren/VersionControl_SVN
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'targets', 'l', 'limit', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'v', 'verbose', 'g', 'use-merge-history', 'stop-on-copy', 'incremental', 'xml', 'with-all-revprops', 'with-no-revprops'));
 }
コード例 #5
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('u', 'show-updates', 'v', 'verbose', 'N', 'non-recursive', 'q', 'quiet', 'no-ignore', 'incremental', 'xml', 'ignore-externals'));
 }
コード例 #6
0
ファイル: Info.php プロジェクト: dlundgren/VersionControl_SVN
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth', 'targets', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('R', 'recursive', 'incremental', 'xml'));
 }
コード例 #7
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'depth', 'diff-cmd', 'x', 'extensions', 'accept'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'dry-run', 'record-only', 'ignore-ancestry', 'reintegrated'));
 }
コード例 #8
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'targets', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'no-unlock', 'force-log', 'keep-changelist'));
 }
コード例 #9
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth', 'set-depth', 'diff3-cmd', 'changelist', 'editor-cmd', 'accept'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'ignore-externals', 'parents'));
 }
コード例 #10
0
ファイル: Cat.php プロジェクト: ThiagoR/firegento-contentsync
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision'));
 }
コード例 #11
0
ファイル: Add.php プロジェクト: ThiagoR/firegento-contentsync
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('targets', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'q', 'quiet', 'force', 'no-ignore', 'auto-props', 'no-auto-props', 'parents'));
 }
コード例 #12
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'r', 'revision', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'R', 'recursive', 'q', 'quiet', 'revprop', 'xml'));
 }
コード例 #13
0
ファイル: Diff.php プロジェクト: dlundgren/VersionControl_SVN
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'c', 'change', 'old', 'new', 'depth', 'diff-cmd', 'x', 'extensions', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('N', 'non-recursive', 'no-diff-deleted', 'notice-ancestry', 'summarize', 'force', 'xml'));
 }
コード例 #14
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('F', 'file', 'encoding', 'r', 'revision', 'targets', 'depth', 'changelist'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'R', 'recursive', 'revprop', 'force'));
 }
コード例 #15
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('depth', 'm', 'message', 'F', 'file', 'editor-cmd', 'encoding', 'with-revprop'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'force', 'no-auto-props', 'force-log', 'no-ignore'));
 }
コード例 #16
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'x', 'extensions'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'g', 'use-merge-history', 'incremental', 'xml', 'force'));
 }
コード例 #17
0
ファイル: List.php プロジェクト: dlundgren/VersionControl_SVN
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('v', 'verbose', 'R', 'recursive', 'incremental', 'xml'));
 }
コード例 #18
0
 /**
  * Constuctor of command. Adds available switches.
  */
 public function __construct()
 {
     parent::__construct();
     $this->validSwitchesValue = array_merge($this->validSwitchesValue, array('r', 'revision', 'depth'));
     $this->validSwitches = array_merge($this->validSwitches, array('q', 'quiet', 'N', 'non-recursive', 'force', 'ignore-externals'));
 }