There's no API available for clearing old versions. You can access versions as follows:
http://VERSION.latest.appid.appspot.com Since your requirement is to host the last five versions, what about a solution in which you rotate through 5 app-ids and have a script that opens the browser to the latest for your Selenium/Watir tests? On Tue, Jan 26, 2010 at 2:26 PM, Kyle Baley <[email protected]> wrote: > Be gentle with me. I'm a C# developer looking to broaden his horizons. > > Was wondering if anyone had tips on managing an app's deployment with > a continuous integration application (in this case, TeamCity). I have > a CI task that will update a specific version of the app every evening > to App Engine. What I'd like to do is not overwrite the same version > each time. I'd like to have the five previous versions available for > testing. > > I was planning to use Ant to update the appengine-web.xml file based > on the Subversion build number which I believe will upload a new > version each time. But I need a way of cleaning out old versions as > well. Is that possible with appcfg or otherwise from the command line? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
