You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/08/29 01:27:48 UTC

[jira] Closed: (SCM-383) SVN Tag does not use includes/excludes parameters

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

Vincent Siveton closed SCM-383.
-------------------------------

      Assignee: Vincent Siveton
    Resolution: Fixed

fixed in r690044

> SVN Tag does not use includes/excludes parameters
> -------------------------------------------------
>
>                 Key: SCM-383
>                 URL: http://jira.codehaus.org/browse/SCM-383
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.1
>            Reporter: Nils Winkler
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> 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
> {code}
>         try
>         {
>             files = FileUtils.getFiles( fileSet.getBasedir(), "**", "**/.svn/**", false );
>         }
>         catch ( IOException e )
>         {
>             throw new ScmException( "Error while executing command.", e );
>         }
> {code}
> Desired behavior: The provided includes/excludes patterns should be used (probably in addition to the default excludes pattern).

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