[
https://issues.apache.org/jira/browse/SCM-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962778#comment-17962778
]
ASF GitHub Bot commented on SCM-734:
------------------------------------
jira-importer opened a new issue, #940:
URL: https://github.com/apache/maven-scm/issues/940
**[Raúl
Wegmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rwegmann)**
opened
**[SCM-734](https://issues.apache.org/jira/browse/SCM-734?redirect=false)** and
commented
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):
```
[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')
```
This error is similar to the problem described by SCM-696.
---
**Affects:** 1.8.1
**Issue Links:**
- [SCM-730](https://issues.apache.org/jira/browse/SCM-730) SVN branching
fails with svn+ssh://username@host URL
(_**"is duplicated by"**_)
- [SCM-696](https://issues.apache.org/jira/browse/SCM-696) SVN tagging fails
with svn+ssh://username@host URL
- [SCM-822](https://issues.apache.org/jira/browse/SCM-822) Fixed SVN
branching with svn+ssh://username@host URL.
(_**"is superceded by"**_)
> SVN branching fails with svn+ssh://username@host URL
> ----------------------------------------------------
>
> Key: SCM-734
> URL: https://issues.apache.org/jira/browse/SCM-734
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Affects Versions: 1.8.1
> Reporter: Raúl Wegmann
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 1.9.5
>
>
> 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
(v8.20.10#820010)