There is a command to download code https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Python_Downloading_source_code
which should work, as long as the admin didnt disable it. But in general if working as part of team should be using a proper version control system to coordinate code updates. Things like Git, SVN, or Mercurial. http://en.wikipedia.org/wiki/Revision_control On 28 April 2014 17:20, Asa chater <[email protected]> wrote: > Hi , > How we can get the same applicartion's version(source code) from app > Engine when we are working with a team? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
