This seems like it should be very easy but I don't see a link to it anywhere.
How do I download the source code of a google app engine project?
|
This seems like it should be very easy but I don't see a link to it anywhere. How do I download the source code of a google app engine project? |
|||||||
|
|
Windows
Linux
|
||||
|
|
|
app engine actually recently added the ability for the developer who uploaded a given app version to download its source code: http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Source_Code |
|||
|
|
|
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. |
|||