> I know of svn and cvs to version the code..
> for any php or similar scripting site, we all have the last resort to
> actually get the code the webserver, since google app engine is also a
> scripting site, and dont have the constraints of java class file there
> can be some way to get the code we uploaded to the server....

If you're already using source control, you can just tag or label your
code every time you upload a new version to app engine.  That way you
can always recover whatever version you want.  You should probably be
doing this anyway.  If you are relying on the fact that you can
download your php code from a production server if your laptop
explodes, you probably need to rethink your development environment.
I would rather not have the GAE team devote their efforts to fixing a
problem that can be solved on the user end, when there are lots of
problems that can *only* be fixed on the server end.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to