probably thats because subversion still just supports http/https/ftp/file protocols..so you need to configure subversion with apache so as to make accessible through http protocol, with that done the url in connection and developerconnection tags should look like "scm:svn:http://localhost/trunk/TestApp..
On 9/15/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: > hello all, > i am having huge troubles to setting up my mvn2 project for continuum.. > i have following scm 'settings' in my pom.xml > > <scm> > <connection> > scm:svn:svn//localhost/trunk/ > </connection> > <developerConnection> > scm:svn:svn://localhost/trunk/ > </developerConnection> > </scm> > > and i have svn running on my Linux machine at following url svn://localhost > > my project is at following svn URL > > svn://localhost/trunk/TestApp > > i have tried following URL > scm:svn:svn//localhost/trunk/ > scm:svn:svn//localhost/trunk/TestApp > > and when i validate it using mvn scm:validate i always get back following > exception > > [DEBUG] Configuring mojo ' > org.apache.maven.plugins:maven-scm-plugin:1.0:validate' --> > [DEBUG] (f) basedir = /home/marco/TestApp > [DEBUG] (f) connectionType = connection > [DEBUG] (s) connectionUrl = scm:svn://localhost/trunk/TestApp > [DEBUG] (f) developerConnectionUrl = scm:svn://localhost/trunk/TestApp > [DEBUG] (f) scmConnection = scm:svn://localhost/trunk/TestApp > [DEBUG] (f) scmDeveloperConnection = scm:svn://localhost/trunk/TestApp > [DEBUG] (f) settings = [EMAIL PROTECTED] > > <scm> > <connection>scm:svn://localhost/trunk/TestApp</connection> > > <developerConnection>scm:svn://localhost/trunk/TestApp</developerConnection> > </scm> > > > > could anybody tell me what would be a proper URL if i have subversin running > at svn://localhost? > > thanx and regards > Marco > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
