unable to operate on a working directory that contains spaces ------------------------------------------------------------- Key: CONTINUUM-1750 URL: http://jira.codehaus.org/browse/CONTINUUM-1750 Project: Continuum Issue Type: Bug Components: SCM Affects Versions: 1.1 Reporter: Brett Porter Fix For: 1.2 I get this with 1.1 and trunk: {code} 297498 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: /bin/sh -c "cd /Users/brett/Library/Application Support/Continuum/data/working-directory && svn --non-interactive checkout http://svn.apache.org/repos/asf/continuum/trunk/maven-continuum-plugin 37" 297498 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: /Users/brett/Library/Application Support/Continuum/data/working-directory 297556 [pool-1-thread-1] WARN action#checkout-project - Error while checking out the code for project: 'Maven Continuum Plugin', id: '37' to '/Users/brett/Library/Application Support/Continuum/data/working-directory/37'. 297557 [pool-1-thread-1] WARN action#checkout-project - Command output: /bin/sh: line 0: cd: /Users/brett/Library/Application: No such file or directory {code} The argument to "cd" needs to be quoted. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira