[google-appengine] Re: Update just one (or few) files

2009-01-12 Thread Marzia Niccolai
Hi, At this time, appcfg.py will update any file that has changed since the last update. There is now way to specify only a subset of files to update. -Marzia On Sat, Jan 10, 2009 at 10:06 AM, Nefarious mike...@gmail.com wrote: So, I want to update just one file on production GAE, however,

[google-appengine] Re: Update just one (or few) files

2009-01-12 Thread Ryan W
Version control becomes essential for maintaining app engine apps. With Subversion, for instance, you can tag your repository whenever you deploy, then keep working along the trunk. If you want to make a change to the current production app, check out the tag, make the change and deploy again.