[index] Fri May 12 00:04:43 CEST 2006 subversion -- Man I've been intending to commit all my hacks and programs into a versioning repository for like... forever. I've had my eyes on subversion for more than two years, every now and then looking into it a bit more. Im used to using CVS, both from my previous job and my current one. I like the checkout->hack_away->commit methodology, it fits me perfectly. But there were disadvantages to CVS, like the way you have to remember to flag a file as a binary. During the last few months we've been moving over to subversion. Its like a whiff of fresh air, very nice. And now... well I started up a local subversion repository on my server, and I access it via the svn+ssh schema. Works well. --