Google App Engine: appcfg.py rollback

前端 未结 19 1847
误落风尘
误落风尘 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条回答
  •  遥遥无期
    2020-12-08 07:56

    try this : this was how I did it (all from the command line) which is a slightly simpler method, which achieved the same effect.....

    C:\Documents and Settings\Amit\My Documents\newproject>"C:\Program
    Files\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.2.5.v200909021031\appengine-java-sdk-1.2.5\bin\appcfg" rollback war
    
    
    Reading application configuration data...
    2009-09-17 20:47:35.859::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
    Beginning server interaction for idebanet...
    0% Rolling back the update.
    Success.
    Cleaning up temporary files...
    
    C:\Documents and Settings\Amit\My Documents\newproject>
    

提交回复
热议问题