[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.5 Status Update

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-10-04 21:24:47 CEST

On 10/4/07, Karl Fogel <kfogel@red-bean.com> wrote:

> for i in issues_marked_as("---"):
> if issue_is_a_dup_of_some_other_issue(i):
> close_as_dup(i)
> elif issue_is_invalid(i):
> close_as_invalid(i)
> elif issue_already_fixed(i):
> close_as_fixed(i)
> elif issue_unreproducible(i):
> close_as_worksforme(i)
> elif issue_is_real_but_we_won't_fix_it(i):
> close_as_wontfix(i)
> elif issue_is_closeable_for_some_other_reason(i):
> close_as_it_for_that_reason(i)
>
> # Else issue should remain open, so DTRT with it...
>
> # Set priority, platform, subcomponent, whatever, as needed.
> adjust_all_fields_that_need_adjustment(i)
>
> # Figure out where to put it.
> if issue_is_not_important_enough_to_block_any_particular_release(i):
> move_to_milestone(i, "nonblocking")
> elif issue_resolution_would_require_incompatible_changes(i):
> move_to_milestone(i, "2.0")
> elif issue_hurts_people_somewhat(i):
> move_to_milestone(i, "1.6") # or whatever
> elif issue_hurts_people_a_lot(i):
> move_to_milestone(i, "1.5-consider")
> elif issue_hurts_and_hurts_and_won't_stop_hurting(i):
> move_to_milestone(i, "1.5")

Oh man, we should document this procedure somewhere. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 4 21:24:57 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.