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
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