magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 156 forks source link

Fix for issue #165 #181

Closed mrVrAlex closed 9 years ago

mrVrAlex commented 9 years ago

I think this also useful option for core deploy in cases when in project repo saved only local scope magento code. When capistrano deploying code, then media folder (as shared in capistrano) already exists across releases, but in magento-core package media and var exist too, so composer throw exception like in #165 issue.

Flyingmana commented 9 years ago

the core installer should have a workaround part in it to avoid this case anyway, but if it fixes the issue, and it breaks no tests it should get merged.

ragsnas commented 9 years ago

please provide tag for merge