Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-3
-
Fix Version/s: 1.0-beta-3
-
Component/s: maven-scm-provider-bazaar
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Std.Err is not handled very well in the Bazaar Provider
I have some patches now that I don't know the status of (are they rejected or under review?).
So fixing more issues like this (issue
SCM-161) is becoming more difficult due topotential dependencies to one or more of those other patches.
So, I've attached three patches with all my pending updates. Those are:
1. maven-scm-test.patch: Updates for issue SCM 160 (including removing some bogus asserts). No dependencies
2. maven-scm-api.patch: ScmFileStatus isXXX methods (
SCM-19) and ScmResult copy constructors. No dependencies3. maven-scm-bazaar.patch:
SCM-160and SCM 161 (this issue) and simplification of ScmResult handling. Depends on the above patches.