<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CVS on a Mac</title>
	<atom:link href="http://www.peterfriese.de/cvs-on-a-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de/cvs-on-a-mac/</link>
	<description>mobile / model-driven</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Miles Parker</title>
		<link>http://www.peterfriese.de/cvs-on-a-mac/comment-page-1/#comment-3066</link>
		<dc:creator>Miles Parker</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=172#comment-3066</guid>
		<description>Eh, you guys need to remember KISS and YNGNI. ;) Peter stated clearly that his need was to be able to run cvs from the command-line only for the purpose of running local Eclipse based build scripts. He doesn&#039;t care about how perfect the installer or version of CVS is, and neither do I. I&#039;m just happy that I found his post while I was waiting for XCode to download. :) 2 minute solution instead of heading down the *nix rabbit hole, thanks!</description>
		<content:encoded><![CDATA[<p>Eh, you guys need to remember KISS and YNGNI. <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Peter stated clearly that his need was to be able to run cvs from the command-line only for the purpose of running local Eclipse based build scripts. He doesn&#8217;t care about how perfect the installer or version of CVS is, and neither do I. I&#8217;m just happy that I found his post while I was waiting for XCode to download. <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  2 minute solution instead of heading down the *nix rabbit hole, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Guske</title>
		<link>http://www.peterfriese.de/cvs-on-a-mac/comment-page-1/#comment-2844</link>
		<dc:creator>Markus Guske</dc:creator>
		<pubDate>Tue, 17 Feb 2009 18:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=172#comment-2844</guid>
		<description>Hi,

it seems, that you&#039;re using your Mac as a development plattform.
So it is nevertheless a good idea to install the Developer Tools DVDs. In my opinion, the first step after starting a fresh Mac as a Developer, even if you are not interested in developing for the Mac itself (Cocoa,...).

This step is also necessary, if you&#039;re using fink source packages, instead of binary ones, GCC comes with the Developer Tools.

You also got some other useful stuff like subversion.
Your unix environment is more close to be complete with Dev-Tools on board.


As Antoine said, MacPorts, seems to be the better choice for adding new unix related tools and apps.
I also used fink back in time, but switched to MacPorts (fka DarwinPorts).
My experience: MacPorts is better supported.

And one of the leads is Jordan K. Hubbard, co-founder of FreeBSD and works at Apple as chief of unix division.
I guess the MacPorts team has a close connection to Apple, if they aren&#039;t supporting the team anyway.

Btw. you can also get GUIs for MacPorts:
http://porticus.alittledrop.com/ - free/donationware
http://www.codebykevin.com/portauthority.html - costs $24,95

I don&#039;t know how good they are, or which one is better.
The command line is quite handy: http://guide.macports.org/


~ Markus</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it seems, that you&#8217;re using your Mac as a development plattform.<br />
So it is nevertheless a good idea to install the Developer Tools DVDs. In my opinion, the first step after starting a fresh Mac as a Developer, even if you are not interested in developing for the Mac itself (Cocoa,&#8230;).</p>
<p>This step is also necessary, if you&#8217;re using fink source packages, instead of binary ones, GCC comes with the Developer Tools.</p>
<p>You also got some other useful stuff like subversion.<br />
Your unix environment is more close to be complete with Dev-Tools on board.</p>
<p>As Antoine said, MacPorts, seems to be the better choice for adding new unix related tools and apps.<br />
I also used fink back in time, but switched to MacPorts (fka DarwinPorts).<br />
My experience: MacPorts is better supported.</p>
<p>And one of the leads is Jordan K. Hubbard, co-founder of FreeBSD and works at Apple as chief of unix division.<br />
I guess the MacPorts team has a close connection to Apple, if they aren&#8217;t supporting the team anyway.</p>
<p>Btw. you can also get GUIs for MacPorts:<br />
<a href="http://porticus.alittledrop.com/" rel="nofollow">http://porticus.alittledrop.com/</a> &#8211; free/donationware<br />
<a href="http://www.codebykevin.com/portauthority.html" rel="nofollow">http://www.codebykevin.com/portauthority.html</a> &#8211; costs $24,95</p>
<p>I don&#8217;t know how good they are, or which one is better.<br />
The command line is quite handy: <a href="http://guide.macports.org/" rel="nofollow">http://guide.macports.org/</a></p>
<p>~ Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine Toulme</title>
		<link>http://www.peterfriese.de/cvs-on-a-mac/comment-page-1/#comment-2841</link>
		<dc:creator>Antoine Toulme</dc:creator>
		<pubDate>Thu, 12 Feb 2009 22:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=172#comment-2841</guid>
		<description>If you have a Linux background, MacPorts is more adapted. And it has more available stuff than Fink IIRC.</description>
		<content:encoded><![CDATA[<p>If you have a Linux background, MacPorts is more adapted. And it has more available stuff than Fink IIRC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Zambrovski</title>
		<link>http://www.peterfriese.de/cvs-on-a-mac/comment-page-1/#comment-2840</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Thu, 12 Feb 2009 19:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=172#comment-2840</guid>
		<description>I would with the pleasure tell you that it is easier on Windows, if it would be completely true...
If you just need the &lt;strong&gt;client&lt;/strong&gt;, it is really much easier. You just &lt;a href=&quot;http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/&quot; rel=&quot;nofollow&quot;&gt;download the binary&lt;/a&gt;, unzip and run it. 
But if you like to run the CVS as a &lt;strong&gt;service&lt;/strong&gt; (for a repository), then there are two options: CVS in &lt;a href=&quot;http://www.cygwin.com/&quot; rel=&quot;nofollow&quot;&gt;Cygwin&lt;a&gt; and &lt;a href=&quot;http://www.march-hare.com/cvspro/&quot; rel=&quot;nofollow&quot;&gt;CVS NT&lt;/a&gt;. In fact, there is no reason not to switch to &lt;a href=&quot;http://subversion.tigris.org/&quot; rel=&quot;nofollow&quot;&gt;SVN&lt;/a&gt;, if you have the choice. The installation of the latter is well documented for all platform in the SVN Book.</description>
		<content:encoded><![CDATA[<p>I would with the pleasure tell you that it is easier on Windows, if it would be completely true&#8230;<br />
If you just need the <strong>client</strong>, it is really much easier. You just <a href="http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/" rel="nofollow">download the binary</a>, unzip and run it.<br />
But if you like to run the CVS as a <strong>service</strong> (for a repository), then there are two options: CVS in <a href="http://www.cygwin.com/" rel="nofollow">Cygwin</a><a> and </a><a href="http://www.march-hare.com/cvspro/" rel="nofollow">CVS NT</a>. In fact, there is no reason not to switch to <a href="http://subversion.tigris.org/" rel="nofollow">SVN</a>, if you have the choice. The installation of the latter is well documented for all platform in the SVN Book.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

