Calendar
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Recent Entries
Come On In, Rails-The Water's Warm
Shan's Simple Examples: File uploads with Flex and ColdFusion
Recent Comments
Google Calendar API - Creating a new Calendar with ColdFusion
Steve Julian said: When and where are you going to post the finished CFC's ? Thanks
[more]
Three Phases of Programmer Development
Pat Branley said: I normally think of those phase 2 people as 'programmers' and the phase 3 people as 'developers'.
I...
[more]
New Job Title: Front End Engineer
Sean Corfield said: Well, there's always the excellent Fusion Authority Quarterly Journal...
[more]
Down To The Wire: HTTP Sniffers
Brian M said: I second the mention of the Charles Web Debugging Proxy that Tariq mentioned. It is fantastic. It s...
[more]
New Job Title: Front End Engineer
Patrick said: Heya Sean. Good point. I never understood how they did things over there at SysCon, and I understand...
[more]
Archives By Subject
Business of Software (4) [RSS]
ColdFusion (318) [RSS]
Conferences (6) [RSS]
Databases (87) [RSS]
Flex & Flash (109) [RSS]
Fusebox (87) [RSS]
General Development (29) [RSS]
Google (9) [RSS]
Hardware (5) [RSS]
JVM & Java (132) [RSS]
Linux (20) [RSS]
Miscellaneous (254) [RSS]
Performance (8) [RSS]
SeeFusion (36) [RSS]
Shan's Simple Examples (7) [RSS]
User Interface (3) [RSS]
Windows (5) [RSS]
Archives By Poster
Daryl Banttari (10)
Nat Papovich (29)
Patrick Quinn (36)
Shannon Hicks (22)
Steve Nelson (21)
Tyson Vanek (3)
Version control on the cheap with Subversion & Trac
I used to hate version control. Visual Source Safe was slow, obnoxious, and all but unusable over a VPN. CVS was a pain to set up, and I wasn't fond of the command line or GUI tools available at the time. Subversion seemed like a step in the right direction, but again as someone relatively new to the Unix/Linux world, it seemed to be a tad over my head.
I tried setting up a subversion server a couple times, and even succeeded on my Mac Mini, but getting a daemon to start on boot on the Mac is not a simple task, and eventually I stopped using it because I was too lazy.
Eventually, I came across DreamHost. While their shared hosting is probably not a good choice for a medium-to-high traffic website, it turned out to be perfect for me to use as off-site backup and Subversion repositories. With generous bandwidth and storage policies, it was perfect.
After you sign up for an account, they have the typical shared hosting control panel. If you click on Goodies, you are able to create as many Subversion repositories as your heart desires.
Once you've created your repositories, you're going to want to install TortoiseSVN. It's the perfect Windows client, and has integration with Flex Builder/Eclipse (Free) and Dreamweaver (the better plugins are Commercial).
Trac is a very simple project management tool that has integration with SVN. Set up your milestones, add tickets, and it does the rest. You're able to make everything public or private, including browsing the source code right from the site.
Now, the true power of version control lies in a few key areas:
First off, it's a great backup tool, in a sense. You get to keep a copy every revision of every file in your project. And, it's easy to compare any previous version to any other version of the file.
Secondly, it's critical if your project tends to have versions. If you follow the best practices for version control, you can have branches (and tags) of your code for each version of your project, which are easy to switch between with just one click. This way, you're able to maintain the current release while also working on a future version. Yes, occasionally you'll have to make the same code changes twice, but with the version compare tools built-in, it's pretty easy. If you want to learn more about best practices, I recommend this free article/book from openCOLLABNET.
Also, it allows for team projects. Even when you try to avoid it, multiple people will end up editing the same file. Try as you might, it will happen. SVN allows for this, and alerts you when there's a conflict. It has built in tools to handle this, but you'll probably want to manually double-check what needs to be done.
Hopefully, with as easy as it's become, you will embrace version control as I have.


I eventually settled on a JumpBox (www.jumpbox.com) which is a VMWare image with SVN and Trac already installed, configured, and integrated.
http://wiki.dreamhost.com/DreamTracInstall
Screenshots here on how BugTracker.NET, Subversion, and TortoiseSVN integrate:
http://www.ifdefined.com/doc_bug_tracker_subversio...