[
https://issues.apache.org/jira/browse/SCM-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961873#comment-17961873
]
ASF GitHub Bot commented on SCM-515:
------------------------------------
jira-importer opened a new issue, #727:
URL: https://github.com/apache/maven-scm/issues/727
**[Olivier
Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)**
opened
**[SCM-515](https://issues.apache.org/jira/browse/SCM-515?redirect=false)** and
commented
currently svnBranchCommand use :
```
svn copy . url
```
To prevent issue with svn 1.6.
We must support using (as for for the tag command)
```
svn copy --revison ${number} url url
```
---
**Issue Links:**
- [MRELEASE-461](https://issues.apache.org/jira/browse/MRELEASE-461) Add a
mojo parameter for using the new remote tagging for svn scm provider (to
prevent issue with svn > 1.5.0) in branch mojo
(_**"is depended upon by"**_)
> branch command must support remote branching (svnexe)
> -----------------------------------------------------
>
> Key: SCM-515
> URL: https://issues.apache.org/jira/browse/SCM-515
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Improvement
> Components: maven-scm-api, maven-scm-provider-svn
> Reporter: Olivier Lamy
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 1.3
>
>
> currently svnBranchCommand use :
> {code}
> svn copy . url
> {code}
> To prevent issue with svn 1.6.
> We must support using (as for for the tag command)
> {code}
> svn copy --revison ${number} url url
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)