[
https://issues.apache.org/jira/browse/SCM-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964667#comment-17964667
]
Olivier Lamy commented on SCM-515:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#727|https://github.com/apache/maven-scm/issues/727].
> 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)