You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Damon Jacobsen (JIRA)" <ji...@codehaus.org> on 2006/12/18 20:56:40 UTC

[jira] Created: (SCM-267) Branches setting is being used as a tag

Branches setting is being used as a tag
---------------------------------------

                 Key: SCM-267
                 URL: http://jira.codehaus.org/browse/SCM-267
             Project: Maven SCM
          Issue Type: Bug
    Affects Versions: 1.0-beta-4
         Environment: Windows XP
            Reporter: Damon Jacobsen


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'


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

        

[jira] Updated: (SCM-267) Branches setting is being used as a tag

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse updated SCM-267:
---------------------------------

    Fix Version/s: future

> Branches setting is being used as a tag
> ---------------------------------------
>
>                 Key: SCM-267
>                 URL: http://jira.codehaus.org/browse/SCM-267
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0-beta-4
>         Environment: Windows XP
>            Reporter: Damon Jacobsen
>             Fix For: future
>
>
> 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'

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

        

[jira] (SCM-267) Branches setting is being used as a tag

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ 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