[google-appengine] Re: Online development environment for GAE

2008-09-08 Thread Jason Smith
Hi, Chris. We meet again! Yes app engine itself is unsuitable as a version control back-end without lots of development. I'm just thinking out loud, but perhaps a code hosting service may provide the services you need over HTTP. Specifically, Launchpad hosts Bzr repositories, and it may support

[google-appengine] Re: Online development environment for GAE

2008-09-08 Thread Chris Tan
I've been thinking about building a web based python IDE. One of the problems with appengine version control is that it's too simple. No branches, merges, etc, means it lacks collaboration features. Unfortunately, the python-svn library requires the svn binary, which won't run on appengine. Wo

[google-appengine] Re: Online development environment for GAE

2008-09-06 Thread Davide Rognoni
I like your web-based idea but can you build this evolute web application using the GAE framework? . . . -- Best Template Engine http://pyoohtml.appspot.com/best-template-engine . . . On Sep 5, 7:35 pm, windchess <[EMAIL PROTECTED]> wrote: > Has anybody heard if Google is planning on creating an o

[google-appengine] Re: Online development environment for GAE

2008-09-06 Thread Jason Smith
While it's not a silver bullet, the interactive shell (mentioned by Theo) is helpful for a lot of testing. If you like the shell, see also http://con.appspot.com/. It is an open source tool that does the shell better. On Sep 6, 4:15 am, theo <[EMAIL PROTECTED]> wrote: > seehttp://shell.appspot.

[google-appengine] Re: Online development environment for GAE

2008-09-05 Thread theo
see http://shell.appspot.com On Sep 5, 10:35 am, windchess <[EMAIL PROTECTED]> wrote: > Has anybody heard if Google is planning on creating an online > development environment for GAE ? > > It would make it really easy to get started using GAE without having > to download and install anything on