Google App Engine version numbers?

From the manual: code.google.com/appengine/docs/python/co... A version specifier for the application code. App Engine retains a copy of your application for each version used. An administrator can change which major version of the application is default using Administration Console, and can test non-default versions before making them default.

The version specifier can contain letters, digits, and hyphens. Each version of an application retains its own copy of app.yaml. When an application is uploaded, the version mentioned in the app.

Yaml file being uploaded is the version that gets created or replaced by the upload.

1 Never knew ..thanks – Henrik P. Hessel Oct 3 '10 at 1:13 @Henrik P. Hessel: your answer still has some merit though.

Atleast prefixing with integers makes sorting a lot easier for your own management :) – WoLpH Oct 3 '10 at 1:18 I never used anything else than Integers on the GAE. Using A, B, C and so on (or even strings) just doesn't feel natural. – Henrik P.

Hessel Oct 3 '10 at 1:19.

You can increment it when you pushing a new release. See below for reference. When you build a new major release of an application that is already running on App Engine, you can upload the new release as a new version.

The old version will continue to serve users until you switch to the new version. You can test the new version on App Engine while the old version is still running. Edited: Didn't remove my answer because there're some good comments on it.

1 That's incorrect. You can use letters, digits and hyphens in the version. No need for integers.

– WoLpH Oct 3 '10 at 1:11 For the GAE app that I have in SVN, I use the repository revision number. If I was using git I suppose I'd use a checksum, in which case I'd prefix it with what you suggest, an integer incremented for each release uploaded. – Steve Jessop Oct 3 '10 at 1:53.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions