Subversion and all that jazz

Open source project Subversion is pretty much the source control system of choice in the Rails world; TextDrive includes it in the shared hosting plan I use. From all I’ve read it meets and even exceeds the requirements for such a tool so fine by me. Never having had to use any SCM tools in the past, always having been pretty much developing off by myself, getting started isn’t simple but the time has come when it must be done.

Installing is brain dead, just unzip the Windows binaries, install the highly recommended TortoiseSVN client, reboot. Create repository. Import a special trio of directories (trunk, branches, tag). Import the existing Rails project into trunk. Rename the existing project directory. Check out the project. Ooh, look at all the shiny icons in Windows Explorer!

I also installed Eclipse this morning, finally removed the redundant standalone Ruby and Apache web server installs (Instant Rails is better for me, I think) and just need the RadRails boys to get 0.6.2 out the door with Rails 1.1.1 support and I’m good to go.

Sure, I actually need to write the code but with all these swell, free tools how hard can that be?

p.s. I just checked the news at Instant Rails and see they’ve got an update which, since it includes the very cool Mongrel, I probably need to pull down.