On Mon, Aug 13, 2012 at 1:39 PM, Dave Fisher <dave2w...@comcast.net> wrote:
> My opinion/vote is (4) - no guts, no glory - work in trunk and learn to > co-operate. > > The vote is more about the Classic model than it is about Git vs. SVN. > > To me svn tag == git branch. > > Regards, > Dave People that use Git a lot would strongly disagree with "svn tag == git branch". For starters, SVN tags are supposed to not ever be edited, and Git branches are used for almost all new code addition/changes in the "nvie" model, so they're from from ==. -omar