Skip to content

February 12, 2009

6

CVS on a Mac

In order to be able to work on some of our Xtext / Eclipse related build scripts, I needed to install a CVS command line client on my Mac. Now if you google for “cvs mac“, you’ll get a large list of result, basically telling you to get the Apple Xcode SDK. While the Xcode SDK is for free, and usually you don’t even need to download it from the Apple Developer Connection’s website (as you already have it on your Mac install disks as Lullabot points out), it occurred to me that installing a 1+GB space hog seems to be a bit of an overkill for getting a tiny application.

So I decided to give Fink a try. Here is what you need to do to get a CVS commandline client on your Mac:

  1. Download Fink
  2. Install Fink
  3. Copy FinkCommander to your Applications folder
  4. Start FinkCommander
  5. In the search box, type “cvs”

    Fink Commander

  6. Click on the “install binary package” button (it’s the leftmost, with the blue plus sign)
  7. In the lower pane, you can now watch Fink downloading and installing the CVS package.

    Fink Commander, CVS installed

  8. Let’s see if it works. Open a command line window and type “cvs”:

    CVS command line

  9. Perfect!

Thanks for reading this post. Follow me on twitter here to be notified about updates and other posts I write. Or, subscribe to my RSS feed here. If you want to get in touch with me, use the contact form.

Fork me on GitHub
Read more from Apple, Eclipse, Mac