what Robert Kluin said. version control is a must. sources shouldn't even have to be uploaded in the first place (or is this py only?).
On 6 Okt., 19:28, Robert Kluin <[email protected]> wrote: > +1 > > No download was a feature. AND it helped people with poor practices > learn the value of version control. :) > > > > On Wed, Oct 6, 2010 at 08:04, tcg <[email protected]> wrote: > > +1 > > > On Oct 6, 5:48 am, Greg <[email protected]> wrote: > >> On Oct 6, 1:28 pm, "Ikai Lan (Google)" <[email protected]> > >> wrote: > > >> > - The developer who uploaded an app version can download that version's > >> > code > >> > using the appcfg.py download_app command. > > >> I'm not at all happy about this. I know how frequent plaintive "I lost > >> my code how can I get it back?" messages are in this group, but the > >> write-only nature of appengine gave me a lot of confidence that our > >> source code is safe. Now a single password is all that stands between > >> our competitors and our IP. > > >> Why expose ALL users to risk (and open Google to lawsuits) for the > >> sake of a few inexperienced developers? Star this post if you agree. > > >> I guess one solution would be to make downloading optional. A setting > >> to disable source downloading in app.yaml would be safe, because > >> uploading a new version would destroy the existing code. > > >> Greg. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" 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 > > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
