[Opensource] how can i obtain 5.01 from cvs
Mark Halliday
mark at laura.org
Thu Oct 24 11:00:07 PDT 2002
When I managed large development projects using CVS I required developers
fixing bugs in a release branch to also fix them in HEAD. It was a little
extra work for the developer but has several advantages:
- The developer fixing the bug is most familiar with the issue and potential
side effects of his changes. This is more important if the code branches
differ significantly.
- Virtually eliminated the painful merge process, and new bugs introduced in
that process.
Mark
----- Original Message -----
From: Michael Rimov <rimovm at centercomp.com>
> There are two branches in CVS:
>
> 1 - HEAD: This has several bugfixes that have gone in since the 5.0
release.
>
> 2 - expresso-4-1: This branch had all the polishing done to it for a
> release and some low-risk bug fixes.
>
> What's going on in CVS:
> I'm in the painful process of merging the two branches, so that all the
> last minute bug fixes for 5.0 will show up in HEAD. After that, I will be
> branching once again [creating expresso5-0-1 branch] that will be used to
> finalize the 5.0.1 release.
>
> The two branches is why you are coming across bugs in HEAD that may have
> been fixes in the 5.0 release... the merging job is no easy chore and will
> take a few days still before it's complete.
More information about the Opensource
mailing list