Hacker News new | ask | show | jobs
by shankys 6459 days ago
Version control is indeed always a good idea. However, I'd strongly advise choosing Git over SVN.

SVN's branching capability is a joke compared to Git, and you'll wonder how you ever lived without easy branching once you get used to having it. This is important even if you're the only developer on the project.

1 comments

Since the release of SVN 1.5, branching / merging is trivial.