Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.5.3
-
None
-
None
Description
I accidentally had a wrong scm location in one of my projects, when then using the release:branch command to create a new branch, maven branched the scm location instead of the projects svn location.
Indeed this behavior is not wrong, but can be very confusing.
Example for my situation:
svn repository layout:
project |- trunk |- branches |- v1 |- v2
In trunk there is always the newest version, the branches ar old releases.
For some accidentally merges I had the cm location for branches/v2 in the trunk.
Now I tried to branch v3 from trunk but I got the version of v2 in the v3 branch.
It would be helpful, if the release plugin could check the current working copy remote version (svn info provides the full path) and ensures, that this path is also set as the current scm location.
Attachments
Issue Links
- duplicates
-
MRELEASE-512 SCM information should be validated
- Open