[
http://jira.codehaus.org/browse/SCM-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed SCM-515.
----------------------------
Resolution: Fixed
fix [rev 892494|http://svn.apache.org/viewvc?rev=892494&view=rev]
> branch command must support remote branching (svnexe)
> -----------------------------------------------------
>
> Key: SCM-515
> URL: http://jira.codehaus.org/browse/SCM-515
> Project: Maven SCM
> Issue Type: Improvement
> Components: maven-scm-api, maven-scm-provider-svn
> Reporter: Olivier Lamy
> Assignee: Olivier Lamy
> 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira