I just want to make a couple comments about the release process for
httperf that I think will work.
I am not actually a very great fan of "branching" if it isn't really
necessary. Maintaining code between various branches has always
occurred as a pain in the ass to me, a much much cleaner approach is
to do all the development on HEAD, and as the time for making a
release approaches, create a tag HTTPERF_XYZ_BASE (where XYZ is the
release number) then we spend the next week or so doing testing, then
when we're bored with that, we tag the code HTTPERF_XYZ_RELEASE,
bundle it and release it.
This way the attention always stays focused on the head of development
and doesn't get distracted with
--
Ted Bullock <
tbul...@comlore.com>