you should be able to use the Add M2 Project button and use a url of
one of the formats in this link
http://maven.apache.org/scm/subversion.html
that will drill in and get the top pom and ought to configure the
underlying subversion connection.
normally it would look something like
https://user:[EMAIL PROTECTED]/repos/foo/trunk/pom.xml
jesse
On 11/6/06, Martin Testrot <[EMAIL PROTECTED]> wrote:
Hallo,
I would like to use a subversion repository from continuum, but I don't
know where to configure username and password for subversion.
I would really appreciate some help.
Greetings,
Martin
Here is the section with the scm part from my project pom.xml
<scm>
<connection>
scm:svn:svn://svnhost/maventest/trunk
</connection>
<developerConnection>
scm:svn:svn://svnhost/maventest/trunk
</developerConnection>
</scm>
--
jesse mcconnell
[EMAIL PROTECTED]