<?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: Setting up a CVS server on Mac OSX in 4 steps and 4 minutes</title>
	<atom:link href="http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/</link>
	<description>Infrequent Techy Ramblings</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:42:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-143</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 18 Jul 2009 19:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-143</guid>
		<description>Thanks for posting this! It worked like a charm. I set up the CVS on my development mac and just used &quot;localhost&quot; as the host in the Eclipse CVS Repository setup wizard. BTW, step 4 WAS necessary for me unlike one of the commentors above.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! It worked like a charm. I set up the CVS on my development mac and just used &#8220;localhost&#8221; as the host in the Eclipse CVS Repository setup wizard. BTW, step 4 WAS necessary for me unlike one of the commentors above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-140</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 06 Jul 2009 06:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-140</guid>
		<description>Great! It&#039;s really that easy. Unfortunately, your entry isn&#039;t top of the list, if you google for &quot;setup cvs eclipse mac os x&quot;, so I lost almost two hours with other tips, that didn&#039;t work. 

Thank you!

Stefan</description>
		<content:encoded><![CDATA[<p>Great! It&#8217;s really that easy. Unfortunately, your entry isn&#8217;t top of the list, if you google for &#8220;setup cvs eclipse mac os x&#8221;, so I lost almost two hours with other tips, that didn&#8217;t work. </p>
<p>Thank you!</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-107</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Sun, 16 Nov 2008 05:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-107</guid>
		<description>Hey Great Tip!  Thanks.   

FYI, I had a bit of a problem getting  Eclipse to connect to the server.   After experimenting (also known as &quot;clicking around&quot;)  I discovered that setting my connection type to extssh worked for me.  (right click the repository in eclipse, choose properties, select extssh).

--chuck</description>
		<content:encoded><![CDATA[<p>Hey Great Tip!  Thanks.   </p>
<p>FYI, I had a bit of a problem getting  Eclipse to connect to the server.   After experimenting (also known as &#8220;clicking around&#8221;)  I discovered that setting my connection type to extssh worked for me.  (right click the repository in eclipse, choose properties, select extssh).</p>
<p>&#8211;chuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-61</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 04 Nov 2008 09:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-61</guid>
		<description>Works - and is as easy as you wrote. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Works &#8211; and is as easy as you wrote. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-60</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 28 Oct 2008 19:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-60</guid>
		<description>I followed all of the instructions but I can&#039;t seem to be able to connect.

I&#039;m on a LAN that uses a Time Machine as a router.  Most of the time I&#039;m directly plugged in.  The server I&#039;m setting up to host SVN is a G5 Tower dual 2 Ghz but if I could get it to run on the Time Machine, that would be even better.

I&#039;ll start with getting it to work on the G5.  I followed all the steps in the documentation that Apple put on their developer website as well as verified the steps with this article but I can&#039;t connect.  I think it has something to do with the router, so I set up port forwarding to forward 2222 to 22 (ssh).  In Xcode, I put 2222 into the port box.  I setup user accounts from System Preferences-&gt;Accounts and tried various logins.  

I&#039;m using DynDNS to forward a hostname to the IP that my G5 is using.  I tried the hostname and the actual IP, no luck anywhere.

I configured a similar setup with web sharing to forward port 8080 on the same hostname to the same computer and that works just fine.  I don&#039;t know why the repository isn&#039;t working.  :(

Any help?</description>
		<content:encoded><![CDATA[<p>I followed all of the instructions but I can&#8217;t seem to be able to connect.</p>
<p>I&#8217;m on a LAN that uses a Time Machine as a router.  Most of the time I&#8217;m directly plugged in.  The server I&#8217;m setting up to host SVN is a G5 Tower dual 2 Ghz but if I could get it to run on the Time Machine, that would be even better.</p>
<p>I&#8217;ll start with getting it to work on the G5.  I followed all the steps in the documentation that Apple put on their developer website as well as verified the steps with this article but I can&#8217;t connect.  I think it has something to do with the router, so I set up port forwarding to forward 2222 to 22 (ssh).  In Xcode, I put 2222 into the port box.  I setup user accounts from System Preferences-&gt;Accounts and tried various logins.  </p>
<p>I&#8217;m using DynDNS to forward a hostname to the IP that my G5 is using.  I tried the hostname and the actual IP, no luck anywhere.</p>
<p>I configured a similar setup with web sharing to forward port 8080 on the same hostname to the same computer and that works just fine.  I don&#8217;t know why the repository isn&#8217;t working.  <img src='http://bratton.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-59</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 28 Sep 2008 12:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-59</guid>
		<description>THANK YOU for the instructions.... i spent 2 hours scouring the web (ie googling) (and invented a few poetic swear phrases along the way) to find instructions on how to connect eclipse with cvs on a mac os x (leopard) because i was getting connection refused errors, and found nothing that worked... until this page!   and all it took was a single check of the remote login in system preferences.... cool!</description>
		<content:encoded><![CDATA[<p>THANK YOU for the instructions&#8230;. i spent 2 hours scouring the web (ie googling) (and invented a few poetic swear phrases along the way) to find instructions on how to connect eclipse with cvs on a mac os x (leopard) because i was getting connection refused errors, and found nothing that worked&#8230; until this page!   and all it took was a single check of the remote login in system preferences&#8230;. cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-58</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 22 Sep 2008 14:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-58</guid>
		<description>Thanks for this! A couple of differences I found: 1) Xcode was on OS X Disc 2, not Disc 1 on my Leopard discs; and 2) Remote Login did have to be enabled, I did not find it to be optional as Etresoft noted.</description>
		<content:encoded><![CDATA[<p>Thanks for this! A couple of differences I found: 1) Xcode was on OS X Disc 2, not Disc 1 on my Leopard discs; and 2) Remote Login did have to be enabled, I did not find it to be optional as Etresoft noted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-50</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Thu, 13 Mar 2008 08:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-50</guid>
		<description>Thanks!!!!

Agreeing to Frank, I spent quite a bit of time trying to set up repository on a external drive connected to my airport extreme.
Followed the instructions in your cookbook and it was done in a few minutes.

Cheers, Sven</description>
		<content:encoded><![CDATA[<p>Thanks!!!!</p>
<p>Agreeing to Frank, I spent quite a bit of time trying to set up repository on a external drive connected to my airport extreme.<br />
Followed the instructions in your cookbook and it was done in a few minutes.</p>
<p>Cheers, Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-37</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 19 Oct 2007 22:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-37</guid>
		<description>Thanks a lot. 
It cost me half a day of research, try&amp;error, man pages, google etc. etc. Then I found this cookbook and voila: It&#039;s really as simple as that :-)

Frank</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
It cost me half a day of research, try&amp;error, man pages, google etc. etc. Then I found this cookbook and voila: It&#8217;s really as simple as that <img src='http://bratton.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mis choremas &#187; Servidor CVS en Mac OS X 10.4 en 5 minutos o menos</title>
		<link>http://bratton.com/index.php/2006/11/27/setting-up-cvs-server-on-osx/comment-page-1/#comment-5</link>
		<dc:creator>Mis choremas &#187; Servidor CVS en Mac OS X 10.4 en 5 minutos o menos</dc:creator>
		<pubDate>Wed, 29 Nov 2006 18:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://bratton.com/?p=5#comment-5</guid>
		<description>[...] Por principio de cuentas el sistema Mac OS X tiene la posibilidad de echar a andar un servidor de ese tipo, pero se requere de varios malabares a travÃ©s de la terminal de comandos y otra serie de pasos. Sin embargo, alguien encontrÃ³ un atajo y en unos pocos pasos se puede poner a funcionar: [...]</description>
		<content:encoded><![CDATA[<p>[...] Por principio de cuentas el sistema Mac OS X tiene la posibilidad de echar a andar un servidor de ese tipo, pero se requere de varios malabares a travÃ©s de la terminal de comandos y otra serie de pasos. Sin embargo, alguien encontrÃ³ un atajo y en unos pocos pasos se puede poner a funcionar: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
