Bug fix beta's

This forum is for programmers who have questions about the source code.
Post Reply
fdscadmin
Posts: 59
Joined: Thu Aug 09, 2007 2:33 pm

Bug fix beta's

Post by fdscadmin » Thu Sep 27, 2007 10:48 am

I know that once a beta is rolled out there are no more public commits (which makes sense). However, is it possible to have an alpha release that is packaged from a branch that the devs can still commit to? I would love to be able to roll out fixes over-night while still staying in the main upgrade path.

User avatar
jordansparks
Site Admin
Posts: 5742
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Post by jordansparks » Thu Sep 27, 2007 12:59 pm

In theory, the idea is a good one. But in practice, I don't think Subversion is sophisticated enough to handle something like that. You're talking about making changes on multiple branches at once. It's bad enough right now that we have to make a number of changes on multiple branches. This would just make the problem much worse.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply