Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.1
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Scm Url has to be reentered in Scm branch/tag base field. It would make more sense to only enter an relative path in here from the base url.
For example
scm url : scm:svn:svn://mymac.com/some_repo/
Scm branch/tag base: trunk/whatever
but you have to enter
scm url : scm:svn:svn://mymac.com/some_repo/
Scm branch/tag base: svn://mymac.com/some_repo/trunk/whatever
For subversion, you only need to modify the scm url field if you want to use a branch/tag.
For example, you put in scm url field scm:svn:https://path_to_your_repo/tags/your_tag_name
Note: the pom file under this tag must have the correct scm url defined in it, if you don't want to redefine the scm url in project view