> On Mon, 28 Sep 2009, Robert H wrote:
>> Isn't a DVCS a little overkill? svn and cvs are fine for what he wants
>> to do.
> I guess you have better to try git yourself and compare the effort of
> setting up a repository from scratch.  ymmv.

Or hg (similar lines as git):

## Setup (for .hg; just as easy to setup a vimrc.hg or something similar):
hg init
hg add .vimrc

## Use:
vi .vimrc
hg commit -m "Added some abbreviations."
vi .vimrc
hg commit -m "Removed gvim-specific stuff"
...

No checking out. No locking. No servers. No clutter. Lots of power (if
needed). If someone else wants your history, send him/her the .hg
directory.

That's all I'm sayiin'.

--Ted


-- 
Ted Pavlic <t...@tedpavlic.com>

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to