[
https://issues.apache.org/jira/browse/SCM-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933333#comment-14933333
]
ASF GitHub Bot commented on SCM-734:
------------------------------------
GitHub user rwegmann opened a pull request:
https://github.com/apache/maven-scm/pull/38
Fixed SVN branching with svn+ssh://username@host URL.
This fixes https://issues.apache.org/jira/browse/SCM-734
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rwegmann/maven-scm SCM-734
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-scm/pull/38.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #38
----
commit c8ce231d0137c35a39fcc8b21c9b4fb05490aaaa
Author: Raúl Wegmann <[email protected]>
Date: 2013-08-05T13:30:27Z
Fixed SVN branching with svn+ssh://username@host URL.
----
> SVN branching fails with svn+ssh://username@host URL
> ----------------------------------------------------
>
> Key: SCM-734
> URL: https://issues.apache.org/jira/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://[email protected]/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://[email protected]/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.3.4#6332)