On Tue, Nov 13, 2007 at 03:48:22PM +1100, Carsten Haitzler wrote: > On Sat, 10 Nov 2007 15:46:44 +0100 Michel BRIAND <[EMAIL PROTECTED]> babbled: > > Yes, git is a good trade, everyone noticed that CVS is so slow, and > > that's prevented devs from tagging releases in the past. > > it is? how much more local disk space will this take up? keeping lots of > revision history locally is going to eat up local space. it's going to kill > rsyncing of homedirs from box to box... i am wary of git. CVS is lean > client-side.
Two cents from someone that uses git at work for projects: If CVS is working for you, don't change. It's painful to change to the new mindset that git gives you. Unless you need the ability to keep seperate branches and merge them for free, the pain probably isn't worth it. rsyncing of homedirs can slow down a little because of the number of files that will need to be stat'ed in the case of a mostly synced directory tree. However, git's compression is amazing, due largely to the way it packs filesystem objects. The Linux 2.6 git objects take about 200MiB, which is less than the actual checked out source. Branches and tags are nearly free in terms of diskspace, as they are just objects that reference other objects. > i see nothing slow about it. what's slow? note i use CVs from > japan/australia/asia and have no problems - it sits in the usa. so those in > the > usa will have even better service to it, and i can't see any problems with it > being slow. ? People typically complains about CVS slowness at doing checkouts, diff, and merge operations. git is extremely fast at these - it's typically done as fast as your shell can return the prompt. Granted, if you're not merging disparate branches 50 times a day, this makes no difference. -- Ross Vandegrift [EMAIL PROTECTED] "The good Christian should beware of mathematicians, and all those who make empty prophecies. The danger already exists that the mathematicians have made a covenant with the devil to darken the spirit and to confine man in the bonds of Hell." --St. Augustine, De Genesi ad Litteram, Book II, xviii, 37 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel