I am trying to use the appcfg.sh in the GAE Java SDK to rollback a stuck (in progress) deployment. However the rollback is failing because I have an space character in the Folder name for the Project:
appengine-java-sdk-1.3.5/bin/appcfg.sh rollback "workspace/Crowded\ Intelligence/war/" (fails) appengine-java-sdk-1.3.5/bin/appcfg.sh rollback 'workspace/Crowded\ Intelligence/war/' (fails) appengine-java-sdk-1.3.5/bin/appcfg.sh rollback workspace/Crowded\ Intelligence/war/ (fails) Any thoughts on how I can get around this? Thanks, Saqib -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
