<connection> is read-only code access while <developerConnection> has write privileges to the code repository.
Search this mailing list for CVS examples. Wayne On 10/23/06, Chen, Anning <[EMAIL PROTECTED]> wrote:
Can somebody show me an example of scm with CVS??? Maven has very limited examples, and I'm confused as to what the differences are btw connection and developerConnection and what the url is used for? If I just provide the proper connection, mvn complains about the invalid url... <scm> <connection>scm:svn:http://somerepository.com/svn_repo/trunk</connection > <developerConnection>scm:svn:https://somerepository.com/svn_repo/trunk</ developerConnection> <url>http://somerepository.com/view.cvs</url> </scm> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
