In the POM url field , you can use only http, https, ftp protocols + file protocol if it is configured in application.xml so you can't use svn+ssh.
A workaround is to configured the file protocol in application.xml (uncomment <allowed>file</allowed>), checkout your project on your continuum server, then use the file protocol to add your project. Emmanuel On Thu, Feb 5, 2009 at 8:21 AM, Angelo Chen <[email protected]>wrote: > > Hi, > > I can access my repository with this: > > svn co svn+ssh://myn...@myserverserver/var/svn/repos/myproject > > Now I'm trying out Continuum, in the POM URL field I use: > > svn+ssh://myn...@myserverserver/var/svn/repos/myproject/pom.xml > > but got this error when clicking 'add': > > The specified resource cannot be accessed. Please try again later or > contact > your administrator. > > Any idea how to use svn+ssh with Continuum 1.2? Thanks, > > Angelo > > > -- > View this message in context: > http://www.nabble.com/Adding-maven-2-project-with-svn%2Bssh-tp21846455p21846455.html > Sent from the Continuum - Users mailing list archive at Nabble.com. > >
