Skip to content

Commit

Permalink
Merge pull request #13 from sbesedkov/master
Browse files Browse the repository at this point in the history
Added 'parents' switch support for 'update' command
  • Loading branch information
mrook committed Mar 2, 2013
2 parents ca87bc7 + 8da215d commit f639dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SVN/Command/Update.php
Expand Up @@ -119,6 +119,8 @@
* // print as little as possible
* 'diff3-cmd' => 'ARG',
* // use ARG as merge command
* 'parents' => true|false,
* // make intermediate directories
* 'username' => 'Subversion repository login',
* 'password' => 'Subversion repository password',
* 'no-auth-cache' => true|false,
Expand Down Expand Up @@ -171,6 +173,7 @@ public function __construct()
'q', 'quiet',
'force',
'ignore-externals',
'parents'
)
);
}
Expand Down

0 comments on commit f639dde

Please sign in to comment.