Updates:
Status: Fixed
Comment #4 on issue 1614 by chipx86: When updating a review without
specifying '-r', server gives error "HTTP Error 409: Conflict"
http://code.google.com/p/reviewboard/issues/detail?id=1614
Okay, either way, this should no longer be a bug.
I believe it was due to not using a new enough RBTools, as your version of
Review
Board was using non-HTTP 200 responses for errors, which older RBTools
doesn't
support. However, that has been reverted, and the old API (which RBTools
uses) is now
the same as it was in 1.0.x.
RBTools should normally handle that API Error 204 result and do the right
thing, but
if it was an older version that didn't understand non-HTTP 200 responses,
it would
think it hit some unsupported error path and bail, which is what happened
there.
So, this is basically fixed now.
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.