So last night I got Subversion running on my machine here at home.
What is Subversion? You may ask.
Well it is the successor to CVS which, to the lay-men(spelling??) out there, is used for “Version Control”. Basically the deal is, as some of you know, I design websites on the side (shameless plug– visit SliverNet for all of your web hosting and design needs). But I’m not the lone designer, so in an effort to keep track of all of the pages that we are working with, I started thinking about version control software.
Well it just so happens that our “guru” at my real job was looking into alternates to CVS and had decided on Subversion, so I thought I would take a look at it.
Setup was extremely easy, first I installed the latest Apache 2 webserver so I could access this repository from anywhere. Then I installed Subversion, which then configured Apache for me. Pretty simple so far. I also installed TortoiseSVN which is the Win32 GUI (yes, I am on a Windows machine).
Next came the more complex stuff, which turned out not to be very complex at all because… I read the documentation. (Shhh, don’t tell anyone, but reading the documentation helps.) And BAM.. I’m Subversed!
Yeah, I know, how big of a geek am I to get excited about getting version control setup. Oh well, just be thankful you don’t have to live with me like my wife and kids do. Anyway, enough for now.