Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: maven-scm-provider-git
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Neither git or svn plugin can be used with release plugin on a svn repository checked out using git-svn, so we need probably another maven-scm-provider-git-svn or support for that in one of them.
It will probably need to execute a mix of the two, using "git svn tag" for tagging after "git svn dcommit" etc.
As it is used against a svn repository, it would be best if no configuration needs to be changed. Thus either add a command line parameter to enable git-svn mode, or better, in plugin for svn, detect that the checkout is done using git-svn (the directory .git?), and use that module instead.
Issue Links
- duplicates
-
SCM-623
Add a configuration mode to be able to use git svn (at least for release plugin)
-
duplicate SCM-623