> > And just for notice. We have used bazaar for the couple of years, but > > now we use git for all out projects, because of it's speed and cheap > > branches feature. > > shouldn't branches also be cheap with bzr's shared repositories?
As far as I remember, branch in bazaar is just a full copy of repository, so branches are using not so often like in git. git also has much more additional tools, including GUI - like gitk. But in the same time git has problems with Windows. But we have problems with bazaar when used UTF-8 comments in russian --- it made the python to produce some exception and the whole repository became inaccessible on Windows. It's just for sharing the experience, not for arguing. > unfortunately you can't make everyone happy by choosing one of the > popular DVCS :/ Yep, anyway bzr is much better than cvs, and it's easy to migrate the project from bzr to git with all history in any time. --- Regards, Dmitry > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
