The best bet would be a SVN driven App Engine where instead of app version one would choose a revision number. Uploading source twice seems very redundant to me.
Pete On Jul 23, 11:02 am, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Jungang, > > Using a version control system such as SVN or Git is your best bet. App > Engine is not intended to be used as version control. > > -Nick Johnson > > > > On Wed, Jul 22, 2009 at 11:46 PM, Juguang XIAO <[email protected]> wrote: > > This is not a usual case, but people at times may still need it. > > > I have two machines, one in office and one at home, working on the same GAE > > project. My usual practice to synchronize these 2 environments is to copy > > the files over my USB drive. As you can see this is very traditional way. I > > once came across the idea to use a SVN server to sync, but now I think it > > may be the best that GAE provides such features for us. When we do > > `appcfy.py update`, it is really a update or check-in. Why not just add > > check-out ? > > > My 2 cents > > > Juguang > > > -- > > ============= > > Juguang XIAO > > Beijing, China > > -- > Nick Johnson, App Engine Developer Programs Engineer > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
