contao-community-alliance / composer-client

This is the Contao Composer Client
http://de.contaowiki.org/Composer
27 stars 18 forks source link

contao sources are not removed when uninstalling a package #272

Closed fritzmg closed 8 years ago

fritzmg commented 8 years ago

When uninstalling a package, the folders defined under

    "extra":{
        "contao":{
            "sources":{
                …
            }
        }
    }

are currently not deleted. All the files within are deleted, however the folder and all its subfolders remain.

discordier commented 8 years ago

Could not reproduce so far. Anyone else? btw. this is a bug in the composer-plugin rather than the client.

fritzmg commented 8 years ago

Could not reproduce so far. Anyone else?

Hm, so far it only happened on that one Linux system, I wasn't able to reproduce it anywhere else either.

btw. this is a bug in the composer-plugin rather than the client.

Ah, yeah I wasn't sure, sorry.

fritzmg commented 8 years ago

I think the composer-plugin didn't delete the directories because they were not empty. There were hidden SVN files. Can be marked as invalid.