A Familiar Friend


Now that I have my project set up on Sourceforge, I have to use CVS to manage the code. At my day job, we use ClearCase to manage our code. While ClearCase seems to provide a lot of things that CVS doesn’t, I have to say - it’s nice to see an old familiar friend.

When I first uploaded my project into the repository, I didn’t think to go through and remove all the transient build files. After a few minutes looking up the correct options, I sped through the changes without issue. Fixing the screwed up end-of-line characters (forgot to take into account the fact that I’d be editing this stuff on both Windows and Unix boxes) was another matter (of course, VIM came to the rescue on that one).