Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: SCM
-
Labels:None
-
Environment:Windows, mac, unix
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
This is what I see in continuum.log:
2008-10-01 02:00:04,248 [pool-1-thread-1] INFO action#checkout-project - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
2008-10-01 02:00:04,405 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
2008-10-01 02:00:04,405 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
2008-10-01 02:00:06,998 [pool-1-thread-1] WARN action#checkout-project - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
2008-10-01 02:00:06,998 [pool-1-thread-1] WARN action#checkout-project - Command output: svn: Authorization failed
Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
Why so?
Issue Links
- is duplicated by
-
CONTINUUM-2006
password is required for the perforce scm plugin error
-
-
CONTINUUM-2220
Subversion checkout fails after restart
-
What steps did you take to add the project to Continuum?
I wonder if the 'use cached credentials' checkbox was checked. If so, Continuum is depending on the credentials already being present.