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>

Reply via email to