LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

Emacs chooses Bazaar

Emacs chooses Bazaar

Posted Mar 14, 2008 3:34 UTC (Fri) by njs (subscriber, #40338)
In reply to: Emacs chooses Bazaar by dmarti
Parent article: Emacs chooses Bazaar

>For me, anyway, the size and speed of git makes it practical to use for stuff that I would
not have had under revision control, such as small web projects and article notes.

I don't understand what you mean here.  Small projects are exactly those where all VCSes can
perform all operations instantaneously; git's optimizations are all about scaling up?


(Log in to post comments)

Emacs chooses Bazaar

Posted Mar 14, 2008 3:58 UTC (Fri) by MarkWilliamson (subscriber, #30166) [Link]

I don't know what the OP meant to say, but to me the modern DVCS systems 
seem much more practical for keeping small, simple projects in than, say, 
CVS or SVN.  They keep all the repository state in a single directory, 
within your working tree; there's no separate repository.  In this 
respect it's rather like using RCS (except better!), which always used to 
be my solution to revision controlling single files / small groups of 
files.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds