Closed (fixed)
Project:
Drush
Component:
Core Commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 14:56 UTC
Updated:
7 Jun 2012 at 13:11 UTC
The --include-vcs option is not handled properly since #1096364: rsync should allow multiple --exclude options to be specified
In drush 5 an unset statement was added which should be in an else branch.
This way the include-vcs option gets unset in cases where it does not exist...
| Comment | File | Size | Author |
|---|---|---|---|
| drush-include_vcs_option_gets_passed_directly_to_rsync.patch | 433 bytes | helmo |
Comments
Comment #1
moshe weitzman commentedDo we need same fix at #1547546: rsync being passed --php argument (unknown argument for rsrync)? Do we need to unset all drush global options or something?
Comment #2
greg.1.anderson commentedNo; the patch here looks correct, whereas I cannot reproduce #1547546: rsync being passed --php argument (unknown argument for rsrync).
Comment #3
helmo commentedIt's definitely related to #1547546: rsync being passed --php argument (unknown argument for rsrync), but the patch here is a separate bug.
I'll comment there with some findings.
Comment #4
moshe weitzman commentedCommitted