Hello, I had the same problem with an https svn url. The certificates were not recognized by the SVN command. You have to manually run at least one SVN command to accept the certificate. You should run something like this: $ svn log svn+ssh://[EMAIL PROTECTED]/data/svn/incipio-match and then accept the certificate.
-- Géraud [list] tibor strausz wrote: > > > hi, > > i can't get continuum working with subversion. with hudson all is fine > but continuum gives me this message: > > Provider message: The svn command failed. > Command output: > ------------------------------------------------------------------------------- > Host key verification failed. > svn: Connection closed unexpectedly > ------------------------------------------------------------------------------- > > > in theconfig of continuum i added this: > > scm:svn:svn+ssh://[EMAIL PROTECTED]/data/svn/incipio-match > > > and provided my username and password > > > any idea? > > thanks > > > tibi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/subversion-and-continuum-tf4060661s177.html#a11537495 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
