views:

117

answers:

2

this seems like it should be very easy but i dont see a link to it anywhere

A: 

You need to use svn to checkout the files.

If you are on Windows, you can use tortoise svn for your GUI end.

Here are tutorials on how to do it, here is the related question.

Ngu Soon Hui
Why the downvote?
Ngu Soon Hui
Because you are talking about Google Code, not Google App Engine.
Thilo
+1  A: 

You cannot.

The developers of the App Engine project are responsible to keep track of which versions they deploy where, and for proper source code control and backup.

There is no API or page that Google offers where you can download the deployed code again. In the case of Java, that would not even be the source code, but the compiled binaries (it would make sense to have this for Python, though).

This related question has an answer how to get this to work with Python if you have some optional handlers installed.

Thilo