Local SVN
Taking the advice from a friend who recently graduated and moved to the west side, I decided to install some source version control software, as he stated its a valuable tool to learn before getting out in the ‘real’ job market. I went with SVN, because well, everyone does.
Setting it up was pretty simple. Just created a repository on my local machine, imported some existing code from a python school project into it, and then performed a checkout.
I’d update more on the subject, but I really haven’t done much else with it besides checkouts, commits, and updates.