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.