Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.9.1
-
None
-
None
-
TFS-2010, power-tools
Description
related to: http://jira.codehaus.org/browse/SCM-753
When trying to create a branch using release:branch, the plugin checks-out all pom's and then tries to check them back in, with no changes. TFS forbids that.
When running without power-tools, the fix for SCM-759 is enough, because TFS returns an error because of the "checkin-policies", and the "fix" catches that error and ignore it as an exclusion. However, when running WITH power-tools, TFS does not throw the error due to "checkin policies", but instead it returns a different error that should be handled.