On Tue, Aug 24, 2010 at 13:40, Saqib Ali <[email protected]> wrote: > 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:
If that is the cause, why not just rename the folder without a space? Perhaps to CrowdedIntelligence...? > > 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. > > -- 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.
