Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-383

SVN Tag does not use includes/excludes parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.2
    • maven-scm-provider-svn
    • None

    Description

      The SVN tag command does not use the includes/excludes parameters, instead of this, fixed patterns ("*", "/.svn/*") are applied:
      https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/main/java/org/apache/maven/scm/provider/svn/svnexe/command/tag/SvnTagCommand.java

              try
              {
                  files = FileUtils.getFiles( fileSet.getBasedir(), "**", "**/.svn/**", false );
              }
              catch ( IOException e )
              {
                  throw new ScmException( "Error while executing command.", e );
              }
      

      Desired behavior: The provided includes/excludes patterns should be used (probably in addition to the default excludes pattern).

      Attachments

        Activity

          People

            siveton Siveton Vincent
            nwinkler Nils Winkler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: