[
http://jira.codehaus.org/browse/SCM-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=242997#action_242997
]
Olivier Lamy commented on SCM-549:
----------------------------------
wagon scm deploy file per file.
so IHMO it's no an issue in SCM
You can have a look at others wagon-svn impl to see if they do better stuff
> mvn deploy to an svn repository makes a separate checkin for every file
> deployed
> --------------------------------------------------------------------------------
>
> Key: SCM-549
> URL: http://jira.codehaus.org/browse/SCM-549
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Affects Versions: 1.3
> Reporter: Damon Rand
>
> I have the below code in my build/extensions section. When I do "mvn deploy
> -N" on a single pom.xml file I get 9 commits on the central repository.
> A real project with four modules takes 27 minutes to fully deploy to the
> repository and does around 100 commits..
> <extensions>
> <extension>
> <groupId>org.apache.maven.wagon</groupId>
> <artifactId>wagon-scm</artifactId>
> <version>1.0-beta-6</version>
> </extension>
> <extension>
> <groupId>org.apache.maven.scm</groupId>
> <artifactId>maven-scm-manager-plexus</artifactId>
> <version>1.3</version>
> </extension>
> <extension>
> <groupId>org.apache.maven.scm</groupId>
> <artifactId>maven-scm-provider-svnexe</artifactId>
> <version>1.1</version> <!-- Nothing past 1.1 works right now -->
> </extension>
> </extensions>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira