Do you have experience with your mono projects about how best to add
multiple development paths here?
Noah
Do you have experience with your mono projects about how best to add multiple development paths here?
We follow the same process with Subtext, though we use private branches rather than private repositories since we’re still using positively archaic centralized source control (Subversion), not like you cutting edge distributed source control people. ;) The concept and process is the same though.
In general, we avoid doing any half-ass checkins to the main repository. We also have a continuous integration server which is publicly available: http://build.subtextproject.com/ccnet/ViewFarmReport.aspx
If you go there right now, you’ll even see that our trunk is broken due to a 32bit/64bit issue I’m in the middle of fixing. Bad Phil! Bad! J I think a CI server is an absolute necessity.
Phil