Author: Tony Whitmore Date: To: Hampshire LUG Discussion List Subject: Re: [Hampshire]
bashrc in source control, but which one?
On Sat, 19 Sep 2009 20:58:47 +0100, Anton Piatek <anton@???>
wrote: > Can anyone recommend a source control program that would suit this
> specifically. I will probably keep a few more files, like vimrc, in
> there too, but only want a few files from my homedir in source
> control, so dont want something that will complain about the rest of
> my homedir not being checked in.
>
> svn comes to mind, as I prefer it over cvs, but I have little
> experience with git or bzr so wanted opinions as to whether they might
> be more suitable.
I use darcs for version control on server configuration files. It is
distributed, but can be centralised too. It only creates one folder for all
the version-controlly stuff and that is at the top level of the repository.
SVN leaves lots of .svn files lying around which I disliked.