You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/05/11 19:17:10 UTC

[jira] (SCM-549) mvn deploy to an svn repository makes a separate checkin for every file deployed

     [ https://jira.codehaus.org/browse/SCM-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated SCM-549:
------------------------------

    Description: 
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}

  was:
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>


> mvn deploy to an svn repository makes a separate checkin for every file deployed
> --------------------------------------------------------------------------------
>
>                 Key: SCM-549
>                 URL: https://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.. 
> {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
(v6.1.6#6162)