10 Apr 02:20
Re: never ever ever fork the codebase
Tim Ottinger <linux_tim <at> yahoo.com>
2010-04-10 00:20:23 GMT
2010-04-10 00:20:23 GMT
Change that to DVCS, not Git in particular. Forking is okay, unless you want changes to flow between the tines of the fork. If not, then forking is okay. If so, then you still need to deal with maintaining the code in a way that the merges won't be a minor case of integration hell. Sharing changes among forks can get tricky, even with git (or HG, or BZR, or...), and even with copious unit tests. Tim ----- Original Message ---- > From: Phlip <phlip2005 <at> gmail.com> > To: extremeprogramming <at> yahoogroups.com > Sent: Fri, April 9, 2010 5:50:25 PM > Subject: [XP] never ever ever fork the codebase > > XP: Except if you use git. Then you can fork when the wind > blows. Disgust? -- Phlip > http://penbird.deviantart.com/art/YARBK-Charlie-Brown-160096965 ------------------------------------ To > Post a message, send it to: > ymailto="mailto:extremeprogramming <at> eGroups.com" > href="mailto:extremeprogramming <at> eGroups.com">extremeprogramming <at> eGroups.com To > Unsubscribe, send a blank message to: > ymailto="mailto:extremeprogramming-unsubscribe <at> eGroups.com" > href="mailto:extremeprogramming-unsubscribe <at> eGroups.com">extremeprogramming-unsubscribe <at> eGroups.com ad-free > courtesy of objectmentor.comYahoo! Groups Links > http://groups.yahoo.com/group/extremeprogramming/ > http://groups.yahoo.com/group/extremeprogramming/join (Yahoo! > ID required) > href="mailto:extremeprogramming-digest <at> yahoogroups.com">extremeprogramming-digest <at> yahoogroups.com > > ymailto="mailto:extremeprogramming-fullfeatured <at> yahoogroups.com" > href="mailto:extremeprogramming-fullfeatured <at> yahoogroups.com">extremeprogramming-fullfeatured <at> yahoogroups.com > ymailto="mailto:extremeprogramming-unsubscribe <at> yahoogroups.com" > href="mailto:extremeprogramming-unsubscribe <at> yahoogroups.com">extremeprogramming-unsubscribe <at> yahoogroups.com > http://docs.yahoo.com/info/terms/
RSS Feed