Sorry, the error I got is: POM file does not exist. Either the POM you specified or one of its modules does not exist.
not The specified resource isn't a file or the protocol used isn't allowed. but you can see from svn list command that pom.xml is there and it is only a hello world sample, there should be no other modules. Angelo Angelo Chen wrote: > > Hi Emanuel, > > Thanks for the reply, I followed your suggestion, here is what I did: > > I did a : > svn list file:///Users/guest/svn_dir/repos/my-test > and get following: > > pom.xml > src/ > > but when I use file:///Users/guest/svn_dir/repos/my-test/pom.xml as POM > url, following error occurs: > > The specified resource isn't a file or the protocol used isn't allowed. > > I have set <allowedScheme>file</allowedScheme> in two application.xml > files in the package. I use stand alone version, any idea why? > > Thanks > > > Emmanuel Venisse-2 wrote: >> >> 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. >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Adding-maven-2-project-with-svn%2Bssh-tp21846455p21849048.html Sent from the Continuum - Users mailing list archive at Nabble.com.
