Skip to content

Commit

Permalink
Copy does not require a log message in local operations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Aug 8, 2011
1 parent 286a245 commit 594ff48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SVN/Copy.php
Expand Up @@ -194,7 +194,7 @@ class VersionControl_SVN_Copy extends VersionControl_SVN
* @var int
* @access public
*/
var $min_args = 2;
var $min_args = 0;

/**
* Switches required by this subcommand.
Expand All @@ -203,7 +203,7 @@ class VersionControl_SVN_Copy extends VersionControl_SVN
* @var array
* @access public
*/
var $required_switches = array('m|message|F|file');
var $required_switches = array();

/**
* Use exec or passthru to get results from command.
Expand Down

0 comments on commit 594ff48

Please sign in to comment.