[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread thebrianschott
Actually the link that helped me is this one. http://code.google.com/appengine/docs/users/loginurls.html On Jan 8, 4:32 pm, thebrianschott wrote: > > >http://code.google.com/appengine/docs/thedevwebserver.html --~--~-~--~~~---~--~~ You received this message beca

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread thebrianschott
Boson, Thanks, somehow I had misread the link in the docs to say the information there was only for the developer's local system. But it was for the productions system. So I read more carefully and our app is primitive, but it works now. So I may start another thread, as you suggest, but not till

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread boson
Brian, It's hard to tell what you're actually stuck on, because you're throwing out a lot of information about SVN, transactions, logging, production vs. development, etc. I suggest you start a new thread with a simple and distilled version of your question, and only include short and relevant s

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread thebrianschott
Rodrigo, Thank you very much. That does look simple. If found this link which describes using http://code.google.com/appengine/docs/thedevwebserver.html but it describes only what should be done on the development system. I cannot find a page which describes your approach on the appspot system.

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread Rodrigo Moraes
On Thu, Jan 8, 2009 at 6:05 AM, thebrianschott wrote: > Using logging.info() I have determined that the appspot is always > return None for "user=users.get_current_user()" and that is why the > app is working differently at appspot that locally. I have tried to > make this a single "transaction" t

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-08 Thread thebrianschott
Using logging.info() I have determined that the appspot is always return None for "user=users.get_current_user()" and that is why the app is working differently at appspot that locally. I have tried to make this a single "transaction" to allow the value of user to be determined in a timely way, bu

[google-appengine] Re: http://carpoolfinder.appspot.com/ won't work now and svn update fails

2009-01-07 Thread thebrianschott
I got great help on the google apps irc. My svn problem was that the directory I tried to upload was not the directory I had downloaded the previous version into because I was trying to protect that directory from being damaged. So the directory did not have a key invisible file directory. I resto