Closed GoogleCodeExporter closed 9 years ago
The normal organization would be to have the latest at
trunk/source
and the older maintenance branch at
branches/2.0/source
(with sibling website dirs, obviously)
Is there a reason for not following this pattern?
Original comment by djmitche
on 6 Jan 2011 at 11:37
I've never branched the code in a way that branches would be used. I've worked
out of the trunk instead, and used tags for the specific releases. The 2.0.x
series is stable with new releases including only critical bug fixes, and 2.1.x
is for testing. I prefer to commit only code that has passed unit testing
though, so HEAD should pretty much always be usable.
Regarding the Makefile not existing, I removed it for the upcoming 2.1.6
release as it just didn't make any sense to have.
Original comment by kate.war...@gtempaccount.com
on 14 Mar 2011 at 10:57
Original issue reported on code.google.com by
danlo...@gmail.com
on 6 Jan 2011 at 11:27