On 9/3/06, Martin Langhoff <martin.langhoff@xxxxxxxxx> wrote:
On 9/4/06, Jon Smirl <jonsmirl@xxxxxxxxx> wrote: > You can't really fake it. Many of the projects in Mozilla are > dependent on each other. If you break them up into separate > repositories you lose the ability to do a cross project commit. This > is common when you are changing an interface between the subprojects. In many projects this is handled by having tags and generally versioning modules and interfaces. Being independent gives the subprojects/modules a lot more freedom to work/branch on wild tangents, and the versioned interfaces mean that -- with the contraints of the versioned interfaces -- you can mix and match branches/releases of the different subprojects. In short, I'd definitely break those up :-)
Mozilla always ships as a complete system so there is no need to deal with old versions of the pieces. Only the external interfaces are frozen and versioned. This is similar to the Linux kernel. The user space API is frozen, but when an internal device driver interface changes all of the drivers in the kernel tree get updated in lock step. Doing it this way removes a lot of overhead in maintaining binary compatibility. -- Jon Smirl jonsmirl@xxxxxxxxx -- VGER BF report: U 0.502564 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html