is it running as the right user? When you install it as a service, it runs under a service account that won't have the subversion settings that you'd create under your own account.
- Brett On 09/01/2012, at 5:02 PM, Kim, Youngwon wrote: > I already tried that but not working. > > Server certificate permanently has been done already. > Therefore, > Using svn via command line works find. > And also using svn via explorer with TortoiseSVN works find. > Only via continuum is not working in every PCs except one machine from I > tested 10 PCs. > > Is there any sequence to install continuum, java, subversion or version > dependency? > > > > Best regards, > Youngwon > > -----Original Message----- > From: Brett Porter [mailto:[email protected]] On Behalf Of Brett Porter > Sent: Thursday, January 05, 2012 10:10 PM > To: [email protected] > Subject: Re: continuum can't login to svn to checkout > > It looks like you need to manually run an SVN command under the user running > Continuum to get it to accept the updated server certificate permanently, as > Continuum has no mechanism to do that. > > - Brett > > On 22/12/2011, at 11:16 PM, Kim, Youngwon wrote: > >> Dear, >> >> >> >> I can't svn checkout when I create new project. >> >> I removed and reinstalled continuum but same problem >> >> >> >> OS is WindosXP and java is 1.6.0_30 >> >> >> >> ============= LOG =========================== >> >> 2011-12-22 21:01:57,515 [pool-7-thread-1] INFO action#checkout-project - >> Checking out project: 'MYPROJECT', id: '1' to >> 'E:\apache-continuum-1.3.8\data\working-directory\1' with branch/tag . >> >> 2011-12-22 21:01:57,562 [pool-7-thread-1] INFO >> org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X > /C >> "svn --username myID --password ***** --non-interactive checkout >> https://svn/trunk/projects/MYPROJECT 1" >> >> 2011-12-22 21:01:57,562 [pool-7-thread-1] INFO >> org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: >> E:\apache-continuum-1.3.8\data\working-directory >> >> 2011-12-22 21:01:57,906 [pool-7-thread-1] WARN action#checkout-project - >> Error while checking out the code for project: 'MYPROJECT', id: '1' to >> 'E:\apache-continuum-1.3.8\data\working-directory\1' with branch/tag . >> >> 2011-12-22 21:01:57,906 [pool-7-thread-1] WARN action#checkout-project - >> Command output: svn: OPTIONS of 'https://svn/trunk/projects/MYPROJECT': >> Server certificate verification failed: certificate issued for a different >> hostname, issuer is not trusted (https://svn) >> >> >> >> 2011-12-22 21:01:57,906 [pool-7-thread-1] WARN action#checkout-project - >> Provider message: The svn command failed. >> >> ============= LOG =========================== >> >> >> > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > http://au.linkedin.com/in/brettporter > http://twitter.com/brettporter > > > > > -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter http://twitter.com/brettporter
