Re: [PHP-DEV] 3.1 cvs tree From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/26/98

> Why not use cvs to create a 3.0 branch, and maintain it there, while
> using the mainline for 3.1 development? That would allow pulling changes
> down from the 3.0 branch, or from the mainline up, and still keep the
> two seperate.

Well, because working with branches is a major pain in the ass. I have
been through this a few times now on other projects and in the end it
always ends up being cleaner to have a separate tree when you know that
the two branches are never actually going to meet.

-Rasmus