I'm having trouble wtih the source-repository.html page for a project with an internal Subversion repository available only over svn://.
<scm> <developerConnection>scm:svn:svn://example.org/repos/irm/project/trunk</developerConnection> </scm> It generates: Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS. $ svn checkout svn://example.org/repos/irm/project/trunk project If there is no <connection> element, it shouldn't print "Everyone can access the Subversion repository" (they can't.) It should just say 'Committers must checkout the Subversion repository via SVN.' I've read these: http://maven.apache.org/scm/scm-url-format.html http://maven.apache.org/scm/subversion.html Do I just have the url format wrong? I think it's the same as the first example on the subversion page (second link.) Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
