[ https://issues.apache.org/jira/browse/SCM-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962021#comment-17962021 ]
ASF GitHub Bot commented on SCM-549: ------------------------------------ jira-importer commented on issue #759: URL: https://github.com/apache/maven-scm/issues/759#issuecomment-2964622681 **[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented 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: https://issues.apache.org/jira/browse/SCM-549 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-svn > Affects Versions: 1.3 > Reporter: Damon Rand > Assignee: Hervé Boutemy > Priority: Major > > 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.. > {code:xml}<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>{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)