I'm not sure about 1.1, but I know 1.0.3 has an issue with the ScmManager and SVN where it doesn't parse the username/password correctly. Look in the error log for wehre it actually tries the SVN command to see if it is passing "-u username:password" instead of the proper "-u username -p password".
Just fyi, -D > -----Original Message----- > From: bruno waes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2008 12:19 PM > To: [email protected] > Subject: Re: svn over self signed ssl when running continuum in tomcat > > > > > Emmanuel Venisse-2 wrote: > > > > As svn require a home directory to store some data, you need to use a > user > > for Continuum that have a home directory. > > > > i just tried that, gave the tomcat user a shell and a homedir changed to > that user and did a command line checkout, accepted the certificate, > entered > the username and password and the checkout worked. > > when continuum does it it still gives the same error ... > > i looked at the log and tried the exact command that is issued > > 2008-06-10 18:11:22,565 [pool-1-thread-1] INFO > org.apache.maven.scm.manager.ScmManager:default - Executing: /bin/sh -c > "cd > /var/continuum/work/1 && svn --non-interactive update" > > and that works without a problem if i run it as the tomcat55 user ... > > my tomcat get started like this > > su -l -p -s /bin/sh $TOMCAT5_USER \ > -c "\"$DAEMON\" start $STARTUP_OPTS" \ > >> "$CATALINA_BASE/logs/catalina.out" 2>&1 > > i really have no idea why it would not work when run by tomcat ... :-s > -- > View this message in context: http://www.nabble.com/svn-over-self-signed- > ssl-when-running-continuum-in-tomcat-tp17756569p17759358.html > Sent from the Continuum - Users mailing list archive at Nabble.com.
