Version control (to planet earth?)
I’ve been playing around with version control today. Instead of just recreating an old Subversion repository, I thought I’d try out Git. So I install git-svn and imported the old SVN repo, and within seconds had a working Git repo.
What I like so far is that you only have your local copy, you don’t need a /var/svn or svn-over-http on a webserver, just ~/svn or whatever. The strange thing is that you have to ‘add’ changes before you can ‘commit’.