2008-06-12 19:56:57,912 [pool-2-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: /bin/sh -c cd /local/continuum/continuum-work/working-directory && svn --username test --password ***** --non-interactive checkout http:2008-06-12 19:56:57,913 [pool-2-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: /local/continuum/continuum-work/working-directory
2008-06-12 19:56:58,394 [pool-2-thread-1] WARN action#checkout-project - Error while checking out the code for project: 'Maven Quick Start Archetype', id: '132' to '/local/continuum/continuum-work/working-directory/132'.
2008-06-12 19:56:58,394 [pool-2-thread-1] WARN action#checkout-project - Command output: svn: missing argument: --password
Type 'svn help' for usage.
/bin/sh: password: not found
A little addition: The initial download of the pom.xml of my Maven2 project works fine using the same credentials.
But when triggering a build the checkout fails with a faulty commandline. Svn complains about missing argument --password.