Subversion has it’s uses, and a good Git tutorial

Written by James McDonald

September 5, 2009

I have just returned to using subversion for my work related documentation. The reasons:

  • subversion in comparison to git allows you to easily check out 1 directory in the repository and then re-commit that back as needed. (because each directory in a subversion working copy has a .svn directory, subversion, and more importantly me can’t forget it’s a part of a repository)
  • I find subversion’s model of 1 central repository less confusing than the “we are all repositories, and working copies aswell” setup of git.

I was originally swayed by the git is good, subversion is naff Linus Torvalds @ Google Video. And I’m sure that there are myriad advantages to git. But I think I need to fully grasp the concept of git before I can move to it wholesale.

To that end I found a great 2 part tutorial worth having a look at here:

http://smalltalk.gnu.org/blog/bonzinip/using-git-without-feeling-stupid-part-1
http://smalltalk.gnu.org/blog/bonzinip/using-git-without-feeling-stupid-part-2

These are good tutorials because so many of the git tutorials seem to start describing how to use it in mid sentence, assuming prior knowledge that is only gained with use. The above seems to provide a nice gentle learning slope.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...