I know I've said this before, but if you haven't checked out using git instead of subversion, you owe it to yourself to try it out. I store my origin repo's on my drop box account, other people store their repos on a usb key. Try that with subversion! There's no server software needed. I've even seen a cms where the history is maintained in a git repo. Plus, if you're paranoid like me about losing work, the ability to have multiple repos located in different areas and easily maintained is awesome.
My current workflow keeps a dev repo on my laptop or desktop. When I've finished work for the day, I back my work up to the local repo, regardless of whether it works or not and no internet connection is required. When all my code is passing the tests, then I push to an origin repo located on my dropbox account. git is version control that takes the pain out of version control. really, do yourself a favor and check it out. If you want to destroy my sweater, pull this thread while I walk away. Watch me unravel, I'll soon be naked, lying on the floor, I've come undone! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:298293 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
