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