No, this isn't currently possible. One thing you might want to look into would be to write a script that downloads the latest revision and pushes the code via appcfg.sh. When you do an upload, the script looks for files that have changed (via hashing contents) and only uploads those files.
There's a more complicated scheme where you might be able to host files on Google Storage and have the developer change those files, but appcfg.sh won't push these for you. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com On Tue, Apr 10, 2012 at 12:05 PM, Sekhar <[email protected]> wrote: > We have a Java app (GWT/GAE) with static content. Usually one developer > builds and uploads the app along with the content. But is it possible for a > different developer to update the content without having to access the > entire war/ directory? Every update to the content is now requiring a new > upload from the builder, and it'll be great if we can provide the second > developer with a script to upload just the content. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/Hy_K8AI1DJcJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
