[google-appengine] Update application files on Eclipse from App Engine

2014-05-09 Thread Asa chater
Hello,
Is there a way to update/synchronise the local app from App Engine, in a 
way to provide the same version of the application to all team member .
Thank you !

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Update application files on Eclipse from App Engine

2014-05-09 Thread Vinny P
On Sun, Apr 27, 2014 at 1:45 PM, Asa chater archive4cl...@gmail.com wrote:

 Is there a way to update/synchronise the local app from App Engine, in a
 way to provide the same version of the application to all team member .



In regards to the source code or the data? For data, you can use the
bulkloader to upload and download entities:
https://developers.google.com/appengine/docs/python/tools/uploadingdata

For the source, it depends on your build pipeline. If you're using Java,
PHP, or Python, you can activate Git
push-to-deployhttps://developers.google.com/appengine/docs/push-to-deploy.
You can then use the hosted git repo to sync your application code between
your machines/App Engine. Of course, it might be better for you to
investigate several source-control services, such as Github, Bitbucket,
Google Code, etc.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.