Re: [google-appengine] Re: download_app

2010-10-25 Thread Ikai Lan (Google)
No, I was not being facetious. It is your responsibility to backup code. If you are not using source control, you are not taking your project seriously. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit:

[google-appengine] Re: download_app

2010-10-25 Thread sodso
Heres a sample code to browse your source code online (not sure if it will traverse subdirectories, you can add that piece easily using os functionality import os,cgi from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app class

[google-appengine] Re: download_app

2010-10-25 Thread sodso
heres how to view your source code online anytime anywhere just enable Interactive Console in your GAE prod applicationrefer my other post here http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FpVxBq4jE0hQ%2Fdiscussion then type above code into interactive console and

[google-appengine] Re: download_app

2010-10-23 Thread Tim Hoffman
Hi This was nearly introduced, and the community overwhelmingly rejected the proposal. There are a number of issues that such a facility introduces. Using a shared fileservice or source code control (actually a much better strategy) is what you should be using. I don't think Ikai was being

Re: [google-appengine] Re: download_app

2010-10-23 Thread A. Stevko
IMO, I think source code download is a great disaster recovery option that should have a $$$ price tag associated with it. On Sat, Oct 23, 2010 at 5:08 AM, Tim Hoffman zutes...@gmail.com wrote: Hi This was nearly introduced, and the community overwhelmingly rejected the proposal. There are

[google-appengine] Re: download_app

2010-10-23 Thread nickmilon
I think community here has by a vast majority rejected the idea of code downloading at least as default (opt out) option. I also do not like the idea of a payable service, since it will complicate the pricing model, will attract criticism against the platform and help guys who are in the business

[google-appengine] Re: download_app

2010-10-23 Thread John McLaughlin
I like keeping my functionality separate. I currently use: GAE -- for deployment SVN -- for version control and archiving Dropbox -- for automatic file backups and file sharing. (In fact my whole personal source tree is in a Dropbox folder.) I agree with the others. Using GAE for the other

[google-appengine] Re: download_app

2010-10-22 Thread mykhal
On Oct 18, 10:26 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Have you looked into Dropbox? https://www.dropbox.com/ There is a free offering. yes, humor is a nice way to gloss over something -- You received this message because you are subscribed to the Google Groups Google App