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

Robert Scholte updated SCM-267:
-------------------------------

    Component/s: maven-scm-provider-svn
                 maven-plugin
    Description: 
Using pom build of :
{code:xml}
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-scm-plugin</artifactId>
                                <version>1.0-beta-4</version>
                                <configuration>
                                        <!--
                                        <branch>premaven
                                        </branch>
                                        -->
                                </configuration>
                        </plugin>
                </plugins>
        </build>
{code}
returns :
{noformat}
[ERROR] svn: URL 'svn://172.22.248.151/svn/dirty/pcs/tags/premaven' doesn't 
exist
{noformat}
as you can see.. it is looking in tags for my branch, not branches. It should 
be looking in 'svn://172.22.248.151/svn/dirty/pcs/branches/premaven'


  was:
Using pom build of :
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-scm-plugin</artifactId>
                                <version>1.0-beta-4</version>
                                <configuration>
                                        <!--
                                        <branch>premaven
                                        </branch>
                                        -->
                                </configuration>
                        </plugin>
                </plugins>
        </build>

returns :
[ERROR] svn: URL 'svn://172.22.248.151/svn/dirty/pcs/tags/premaven' doesn't 
exist

as you can see.. it is looking in tags for my branch, not branches. It should 
be looking in 'svn://172.22.248.151/svn/dirty/pcs/branches/premaven'


    
> Branches setting is being used as a tag
> ---------------------------------------
>
>                 Key: SCM-267
>                 URL: https://jira.codehaus.org/browse/SCM-267
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-plugin, maven-scm-provider-svn
>    Affects Versions: 1.0-beta-4
>         Environment: Windows XP
>            Reporter: Damon Jacobsen
>             Fix For: future
>
>
> Using pom build of :
> {code:xml}
>       <build>
>               <plugins>
>                       <plugin>
>                               <groupId>org.apache.maven.plugins</groupId>
>                               <artifactId>maven-scm-plugin</artifactId>
>                               <version>1.0-beta-4</version>
>                               <configuration>
>                                       <!--
>                                       <branch>premaven
>                                       </branch>
>                                       -->
>                               </configuration>
>                       </plugin>
>               </plugins>
>       </build>
> {code}
> returns :
> {noformat}
> [ERROR] svn: URL 'svn://172.22.248.151/svn/dirty/pcs/tags/premaven' doesn't 
> exist
> {noformat}
> as you can see.. it is looking in tags for my branch, not branches. It should 
> be looking in 'svn://172.22.248.151/svn/dirty/pcs/branches/premaven'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to