FubuMvcArchive / bottles

OBSOLETE - Modular runtime packaging for .Net applications
http://fubuworld.com/bottles
Other
26 stars 16 forks source link

Allow deployment in read only environment #81

Closed alistairc closed 11 years ago

alistairc commented 11 years ago

I've had a problem when deploying a fubu app which is running without write permissions. I'm deploying the exploded bottle files, but it still tries to write to the file system.

I've found that it's the empty package folders that are the problem. Since they don't contain a .version file they're always considered out-of-date. This pull request fixes that

This is my first pull request, so let me know if I've messed it up :)

jeremydmiller commented 11 years ago

Nice, this has been a longstanding problem a few other folks have hit