You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Raúl Wegmann (JIRA)" <ji...@codehaus.org> on 2014/03/03 13:17:59 UTC

[jira] (SCM-734) SVN branching fails with svn+ssh://username@host URL

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

Raúl Wegmann updated SCM-734:
-----------------------------

    Complexity: Novice  (was: Intermediate)

> SVN branching fails with svn+ssh://username@host URL
> ----------------------------------------------------
>
>                 Key: SCM-734
>                 URL: https://jira.codehaus.org/browse/SCM-734
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.8.1
>            Reporter: Raúl Wegmann
>
> When using the "branch" goal of the maven-release-plugin, the following error occurs when the SVN URL of the working copy includes the username (e.g. svn+ssh://user@svn.example.com/svn/test/trunk):
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.4.1:branch (default-cli) on project test: Unable to branch SCM
> [ERROR] Provider message:
> [ERROR] The svn branch command failed.
> [ERROR] Command output:
> [ERROR] svn: Source and dest appear not to be in the same repository (src: 'svn+ssh://svn.example.com/svn/test/trunk'; dst: 'svn+ssh://user@svn.example.com/svn/test/branches/test-3.x')
> {code}
> This error is similar to the problem described by SCM-696.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)