Note: I cannot speak for git-on-windows (because we don't use it there)... Our company recently completed a total conversion from svn to git on a large number of large projects.
At this point, Git: - Is a very, very active project - Has a easy-to-learn CLI, with some GUI goodies (the complex parts of git run deep, but give power) - Is freakishly fast (10x to 100x faster than SVN in our case) - Has goodies like "git stash, git grep", and the ability to switch branches fast (usually sub-second) - Makes branching/merging/deploying a breeze - Supports offline development - Would make it very easy for the community to work on, test, and submit (even large) changes After a lot of analysis of the VCS's available, we chose git based on the above, and more. It has been an incredible benefit to our organization. -JG -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blake Winton Sent: Saturday, December 29, 2007 1:06 PM To: Barry Warsaw Cc: Python 3000 Subject: Re: [Python-3000] not switching core VCS (was How to override io.BytesIO and io.StringIO with their optimized C version?) Barry Warsaw wrote: > On Dec 28, 2007, at 8:24 PM, Martin v. Löwis wrote: >>> We'll leave the timing up to Brett and the infrastructure committee, >>> but IMO, there's no overriding reason to wait. >> *That* is the major overriding reason: lack of volunteers. > If Bazaar is chosen, I would volunteer to help with the conversion. Same here... Later, Blake. _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/jgarber%40ionzoft.com _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
