Can I restore my source code that has been uploaded into Google AppEngine?

前端 未结 8 1697
旧巷少年郎
旧巷少年郎 2020-11-30 04:57

I recently had a hard drive crashed and lost all of my source code. Is it possible to pull/checkout the code that I have already uploaded to Google App Engine (like the most

8条回答
  •  無奈伤痛
    2020-11-30 05:53

    Unfortunately the answer is no. This is a common question on SO and the app engine boards. See here and here for example.

    I'm sure you'll be OK though, because you do keep all your code in source control, right? ;)

    If you want this to be an option in the future, you can upload a zip of your src, with a link to it somewhere in your web app, as part of your build/deploy process.

    There are also projects out there like this one that automate that process for you.

提交回复
热议问题