Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3
-
Component/s: maven-scm-api, maven-scm-provider-svn
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
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
- is depended upon by
-
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
-
fix rev 892494