Google App Engine: appcfg.py rollback

前端 未结 19 1877
误落风尘
误落风尘 2020-12-08 07:24

I\'m using Windows 7 and for the life of me I cannot figure out how to call the rollback function on appcfg.py. All I want to know is what to type into the command prompt so

19条回答
  •  旧时难觅i
    2020-12-08 07:53

    10, I had this problem little while ago and I have resolved it.

    First, I moved to bin directory using:

    cd ~/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/com.google.appengine.eclipse.sdkbundle_1.5.1.r35v201106211634/appengine-java-sdk-1.5.1/bin
    

    Then, I ran the rollback command:

    ./appcfg.sh rollback /home/workspace/vchat/war
    

    I hope this will help.

提交回复
热议问题