Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.5 (Beta)
-
None
Description
I'm getting an authorization failed when building ant/shell projects.
In the logs, both the username and password are missing during svn checkout.
2010-02-16 09:00:01,915 [pool-7-thread-1] INFO action#checkout-project - Checking out project: 'shell', id: '6' to '/home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory/6' with branch/tag .
2010-02-16 09:00:02,666 [pool-7-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: /bin/sh -c cd /home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory && svn --non-interactive checkout https://svn.test.com/repos/shell-project/trunk/ 6
2010-02-16 09:00:02,666 [pool-7-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: /home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory
2010-02-16 09:00:03,918 [pool-7-thread-1] WARN action#checkout-project - Error while checking out the code for project: 'shell', id: '6' to '/home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory/6' with branch/tag .
2010-02-16 09:00:03,919 [pool-7-thread-1] WARN action#checkout-project - Command output: svn: PROPFIND request failed on '/repos/shell-project/trunk'
svn: PROPFIND of '/repos/shell-project/trunk': authorization failed (https://svn.test.com)