adobe / aem-brackets-extension

Brackets extension for Adobe Experience Manager (AEM) front-end developers with auto-sync and HTL support.
https://docs.adobe.com/content/docs/en/dev-tools/aem-brackets.html
Apache License 2.0
52 stars 22 forks source link

Do not remove the uploaded and installed package #71

Open grahampaulcook opened 8 years ago

grahampaulcook commented 8 years ago

When "exporting content package to AEM server" the package that is uploaded and installed is currently removed after installation is complete. This means that you are unable to make use of the restoring older versions via crx/packmgr. This is a useful feature for when you have exported by mistake and essentially removed your existing changes on AEM due to the the export completely replacing the contents on the server.

This change retains the uploaded package and allow's you to restore older versions via package manager.

image