I've written a component for Joomla 3.0. I want to create a sort of optional patchfile for this component that will add some functionality to it.
I don't want to repackage the whole component if I can help it, so I don't have to merge in changes from the main branch every time I update something.
I remember reading something about how you can leave all directories empty in an install archive, as long as the directory name still exists, and that the installer will ignore existing files in those directories.
So effectively what I'd do is create an empty skeleton of the component, with all directories in place but with only the new or changed files in the archive, and set it as an upgrade.
Can any Joomla aces tell me if this would this work or will it blow away existing structure in my site?