[google-appengine] Versioning issue with appengine-java-sdk-1.9.24 and Eclipse

2015-07-24 Thread Ken Bowen
I downloaded appengine-java-sdk-1.9.24.zip from https://cloud.google.com/appengine/downloads, unzipped it, and Added it to the SDKs in my Eclipse plugin. But when that was done, the Version for it only showed as 1.9.22 (previously I had appengine-java-sdk-1.9.20 installed). Then in

[google-appengine] versioning tool for Google App Engine code samples

2011-10-26 Thread Lucas
Hello! I´m new to Google App Engine and I have the following question: What kind of versioning software/tools should I use in order to clone the code for sample applications that run on Google App Engine from this link http://code.google.com/p/google-app-engine-samples/ ? May I integrate that

Re: [google-appengine] Versioning applications/entities

2010-09-22 Thread Eli Jones
It might be useful for you to use a namespace for the new version of the datastore. Thus, you could have the new version of the app deployed as a non-live version of the app.. and code that new version to use the new version datastore namespace. Then, when you are ready.. just change the live

[google-appengine] Versioning applications/entities

2010-09-21 Thread Kyle Baley
We've just released the first version of our application and are now looking at a problem we've been avoiding until now. Namely, what is the best way to upgrade the application to a new version that requires changes to the datastore. We're looking at two options: 1) Big Bang Upgrade We take the

[google-appengine] Versioning convention - best practice

2009-08-06 Thread Jason Salas
hi! i was just wondering what the best practice should be for numbering my app's versions in GAE. i just noticed the dashboard tracks by whole numbers (ex: 1, 2, 3, 4, n), but my apps will still deploy properly if i increment them by tenths (ex: 1.1, 1.2, 1.3, 1.n). is there a standard we

[google-appengine] Versioning

2008-09-02 Thread Ross M Karchner
Has anyone out there implemented (or tried to implement) a model with versioning? By which I mean, changes to an entity (or particular properties) are tracked over time. The most common example I can think of is most wiki's, like this: