tags:

views:

218

answers:

3

is there a place I can get just the cvs executable for OSX as a standalone binary?

I don't want to go through the whole rigamarole of having to download XCode just to get cvs, which I don't use, except the source for flickrj is only published via a cvs repository.

+4  A: 

Not sure what happened to the other posts:

  1. Boot into a partition with Mac OS X v10.5 (Leopard) installed.
  2. Insert the Mac OS X v10.5 (Leopard) Install DVD.
  3. Double-click the file XcodeTools.mpkg, located inside the directory Optional Installs/Xcode Tools.
    ...

ref Apple Xcode Installation Guide

Robert Paulson
They must have restored a backup or something. It had two very different answers when I last checked. However +1 for an answer better than the ones I read in the last revision :-)
Fredrik
That worked. thanks!
Jason S
+1  A: 

You could install Fink http://www.finkproject.org/download/index.php?phpLang=en then use Fink to install CVS for you, this would be the easiest way.

Alternatively, you could try a BSD binary from from the CVS project website, that might work. The CVS project is now at nongnu.org/cvs/

Paul
A: 

Macports would be another popular alternative. No heavy lifting involved.

sudo port install cvs

Rev316
From http://www.macports.org/install.php : "Please note that in order to install and run MacPorts on Mac OS X, your system must have installations of the following components: Apple's Xcode Developer Tools..." so it would seem that some heavy lifting is still involved.
las3rjock
and by the time I install Xcode it comes with cvs.
Jason S
Aarrag. Thats what I get for automatically installing xcode.
Rev316