<?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: How to set up and use Subversion (SVN) on OS X Leopard</title>
	<atom:link href="http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/</link>
	<description>I'm a user focused mobile developer, here is where I publish advice and thoughts on building great mobile apps</description>
	<lastBuildDate>Thu, 28 Jan 2010 00:57:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: happy man</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2558</link>
		<dc:creator>happy man</dc:creator>
		<pubDate>Mon, 15 Jun 2009 11:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2558</guid>
		<description>yep, for me adding the /svn to the location tag solved the problem. Thanks!</description>
		<content:encoded><![CDATA[<p>yep, for me adding the /svn to the location tag solved the problem. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What you are missing</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2494</link>
		<dc:creator>What you are missing</dc:creator>
		<pubDate>Tue, 12 May 2009 04:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2494</guid>
		<description>moderate away.
&#124; location /svn &#124;</description>
		<content:encoded><![CDATA[<p>moderate away.<br />
| location /svn |</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What you are missing</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2493</link>
		<dc:creator>What you are missing</dc:creator>
		<pubDate>Tue, 12 May 2009 04:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2493</guid>
		<description>sigh.  without the excess spaces?</description>
		<content:encoded><![CDATA[<p>sigh.  without the excess spaces?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What you are missing</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2492</link>
		<dc:creator>What you are missing</dc:creator>
		<pubDate>Tue, 12 May 2009 04:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2492</guid>
		<description>it should say   in the conf file. That will solve your problem. You can use sudo apachectl -t to check your configuration file.</description>
		<content:encoded><![CDATA[<p>it should say   in the conf file. That will solve your problem. You can use sudo apachectl -t to check your configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2461</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 23 Apr 2009 05:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2461</guid>
		<description>Great looking tutorial, but I&#039;m getting stuck - wonder if anyone can help?

As soon as I create the svn.conf and restart apache, I get a &quot;Failed to Connect&quot; in Firefox when I browse to localhost.

If I delete the svn.conf and restart apache, my localhost works fine and I get the apache test page again.

Not sure whether it makes any difference, but when I create and edit the svn.conf, I have to sudo pico otherwise it won&#039;t let me save it.

Running OSX 10.5.5 with subversion 1.5 installed, and I have tried both

LoadModule dav_svn_module /usr/libexec/apache2/mod_dav_svn.so

DAV svn
SVNParentPath /usr/local/svn


and

LoadModule dav_svn_module /opt/subversion/lib/svn-apache/mod_dav_svn.so

DAV svn
SVNParentPath /usr/local/svn


after reading the various comments - but no luck.

Any help would be greatly appreciated.

- Charlie</description>
		<content:encoded><![CDATA[<p>Great looking tutorial, but I&#8217;m getting stuck &#8211; wonder if anyone can help?</p>
<p>As soon as I create the svn.conf and restart apache, I get a &#8220;Failed to Connect&#8221; in Firefox when I browse to localhost.</p>
<p>If I delete the svn.conf and restart apache, my localhost works fine and I get the apache test page again.</p>
<p>Not sure whether it makes any difference, but when I create and edit the svn.conf, I have to sudo pico otherwise it won&#8217;t let me save it.</p>
<p>Running OSX 10.5.5 with subversion 1.5 installed, and I have tried both</p>
<p>LoadModule dav_svn_module /usr/libexec/apache2/mod_dav_svn.so</p>
<p>DAV svn<br />
SVNParentPath /usr/local/svn</p>
<p>and</p>
<p>LoadModule dav_svn_module /opt/subversion/lib/svn-apache/mod_dav_svn.so</p>
<p>DAV svn<br />
SVNParentPath /usr/local/svn</p>
<p>after reading the various comments &#8211; but no luck.</p>
<p>Any help would be greatly appreciated.</p>
<p>- Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Rose</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2347</link>
		<dc:creator>Steve Rose</dc:creator>
		<pubDate>Wed, 28 Jan 2009 09:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2347</guid>
		<description>Great tutorial - many thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial &#8211; many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVN on Leopard &#124; EdOverIp</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2300</link>
		<dc:creator>SVN on Leopard &#124; EdOverIp</dc:creator>
		<pubDate>Tue, 23 Dec 2008 03:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2300</guid>
		<description>[...] tried to set up Subversion on my MacBook Pro running Leopard 10.5.6 by following Mark Kirby&#8217;s blog entry. Overall, his instructions were excellent if you plan on sticking with the pre-installed [...]</description>
		<content:encoded><![CDATA[<p>[...] tried to set up Subversion on my MacBook Pro running Leopard 10.5.6 by following Mark Kirby&#8217;s blog entry. Overall, his instructions were excellent if you plan on sticking with the pre-installed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirby.mark</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2272</link>
		<dc:creator>kirby.mark</dc:creator>
		<pubDate>Thu, 04 Dec 2008 02:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2272</guid>
		<description>Hi Adam, you need to set a username and password - a whole other issue...</description>
		<content:encoded><![CDATA[<p>Hi Adam, you need to set a username and password &#8211; a whole other issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Koblentz</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2269</link>
		<dc:creator>Adam Koblentz</dc:creator>
		<pubDate>Tue, 02 Dec 2008 02:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2269</guid>
		<description>Quick question: how do I lock this down?  anyone on the same network as my machine can access the svn repo.  My fiancee went to my machine&#039;s ip/svn/reponame and was able to see it.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Quick question: how do I lock this down?  anyone on the same network as my machine can access the svn repo.  My fiancee went to my machine&#8217;s ip/svn/reponame and was able to see it.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Koblentz</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/comment-page-1/#comment-2111</link>
		<dc:creator>Adam Koblentz</dc:creator>
		<pubDate>Thu, 09 Oct 2008 23:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2111</guid>
		<description>I did a view source and you have BRs all over the place, what did you use to make this page?  They might account for the line issues.</description>
		<content:encoded><![CDATA[<p>I did a view source and you have BRs all over the place, what did you use to make this page?  They might account for the line issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
