Based on David's suggestion: you can upload a file that is not
included in your svn repository. Conceptually, it's like having a file
that you never "svn add" in your checked out source tree. (But that's
a little unsafe, if you assume checkouts are deletable, hence the idea
of keeping it in a safer place and making sure it gets included
through a script wrapping your upload command.)

Another option would be to store your secret key in the datastore.
That is the option I'm going for for my app. (Not secret keys
necessarily, but configuration details that doesn't belong in public
open-sourced svn.)

Hugo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to