What do you have when you checkout your project from the command line with the same user used by continuum? Do you have a password prompt?
As it is explain in [1], there's no automatic password-caching with svn+ssh, so the best way is to use a ssh-agent. [1] http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.svnserve.sshauth Emmanuel On Wed, Aug 25, 2010 at 3:42 PM, Bruno Antunes <[email protected]> wrote: > Hi, > > I'm trying to configure a new project in Continuum using the svn+ssh > protocol to connect Subversion. > I think it is supported, according to the Subversion SCM Implementation of > Maven SCM. > > The SCM URL starts with "scm:svn:svn+ssh://...". > > But I always get the following SCM error: > > Provider message: The svn command failed. > Command output: > > ---------------------------------------------------------------------------- > --- > svn: Network connection closed unexpectedly > > ---------------------------------------------------------------------------- > --- > > And I keep receiving console messages asking for a password... > > Do I have to configure anything else to work with the svn+ssh protocol. > Any hint on this? Hope someone could help me. > > Thank you, > Bruno > >
