<?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"
	>
<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>Web developer in Brighton</description>
	<pubDate>Fri, 21 Nov 2008 08:42:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<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-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>
	<item>
		<title>By: Jason Calleiro</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2097</link>
		<dc:creator>Jason Calleiro</dc:creator>
		<pubDate>Wed, 24 Sep 2008 19:17:11 +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-2097</guid>
		<description>Best svn tutorial i have found for beginners!</description>
		<content:encoded><![CDATA[<p>Best svn tutorial i have found for beginners!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolaus Heger</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2018</link>
		<dc:creator>Nikolaus Heger</dc:creator>
		<pubDate>Wed, 13 Aug 2008 10:55:01 +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-2018</guid>
		<description>Now the errata got screwed up - oh well.</description>
		<content:encoded><![CDATA[<p>Now the errata got screwed up - oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolaus Heger</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2017</link>
		<dc:creator>Nikolaus Heger</dc:creator>
		<pubDate>Wed, 13 Aug 2008 10:53:16 +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-2017</guid>
		<description>PS: 

Some of the above commands appear on two lines in the browser but should really be on one. Here's an errata:
LoadModule dav_svn_module 
== 1 ==
/usr/libexec/apache2/mod_dav_svn.so

DAV svn
SVNParentPath /usr/local/svn

== 2 ==
svn import -m "initial import" /Library/WebServer/Documents/svn_default http://localhost/svn/appname

== 3 ==
svn import -m "app import" /Library/WebServer/Documents/appname http://localhost/svn/appname/trunk</description>
		<content:encoded><![CDATA[<p>PS: </p>
<p>Some of the above commands appear on two lines in the browser but should really be on one. Here&#8217;s an errata:<br />
LoadModule dav_svn_module<br />
== 1 ==<br />
/usr/libexec/apache2/mod_dav_svn.so</p>
<p>DAV svn<br />
SVNParentPath /usr/local/svn</p>
<p>== 2 ==<br />
svn import -m &#8220;initial import&#8221; /Library/WebServer/Documents/svn_default <a href="http://localhost/svn/appname" rel="nofollow">http://localhost/svn/appname</a></p>
<p>== 3 ==<br />
svn import -m &#8220;app import&#8221; /Library/WebServer/Documents/appname <a href="http://localhost/svn/appname/trunk" rel="nofollow">http://localhost/svn/appname/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolaus Heger</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-2015</link>
		<dc:creator>Nikolaus Heger</dc:creator>
		<pubDate>Wed, 13 Aug 2008 08:36:41 +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-2015</guid>
		<description>Beautiful, thanks. This worked really well. I am amazed it's that simple, really.

One thing though: I installed both the svn repository and the checked out project in my home folder. The reason is that your home folder will be preserved when you migrate to a new machine. Stuff that's hidden in /usr/local/svn will not be migrated by the migration assistant. 

I plan on keeping my svn repo for ever and ever, so /Users/masterblaster is a better place for it IMO. No, that's not really my user name.</description>
		<content:encoded><![CDATA[<p>Beautiful, thanks. This worked really well. I am amazed it&#8217;s that simple, really.</p>
<p>One thing though: I installed both the svn repository and the checked out project in my home folder. The reason is that your home folder will be preserved when you migrate to a new machine. Stuff that&#8217;s hidden in /usr/local/svn will not be migrated by the migration assistant. </p>
<p>I plan on keeping my svn repo for ever and ever, so /Users/masterblaster is a better place for it IMO. No, that&#8217;s not really my user name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slackerjax</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-1620</link>
		<dc:creator>slackerjax</dc:creator>
		<pubDate>Mon, 26 May 2008 04:12: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-1620</guid>
		<description>Very helpful tutorial. Many thanx! I encountered one gotcha: when setting up the svn.conf file, I wrote out the LoadModule line as 2 lines (as it appeared in my browser), which caused apache to fail on restart (with a helpfully explicit error in console indicating LoadModule requires 2 arguments). Fixed that and it worked perfectly. Thanx again!</description>
		<content:encoded><![CDATA[<p>Very helpful tutorial. Many thanx! I encountered one gotcha: when setting up the svn.conf file, I wrote out the LoadModule line as 2 lines (as it appeared in my browser), which caused apache to fail on restart (with a helpfully explicit error in console indicating LoadModule requires 2 arguments). Fixed that and it worked perfectly. Thanx again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-1548</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 29 Feb 2008 21:58:44 +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-1548</guid>
		<description>Ah there was an extra line, ignore the last bit!</description>
		<content:encoded><![CDATA[<p>Ah there was an extra line, ignore the last bit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/#comment-1547</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 29 Feb 2008 21:40:49 +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-1547</guid>
		<description>Hey great tutorial.

Just some quesions:

Are steps (Setting up the SVN Repository area on OS X) 2 &#38; (Setting up a repository into OS X) 4 the same?

Also I think this is a typo: LoadModuledav_svn_module - LoadModule dav_svn_module

I got to:

svn import -m "initial import" /Library/WebServer/Documents/svn_default

And it says:

svn: Invalid URL '/Library/WebServer/Documents/svn_default'

Any ideas?

Thanks for making this tutorial!</description>
		<content:encoded><![CDATA[<p>Hey great tutorial.</p>
<p>Just some quesions:</p>
<p>Are steps (Setting up the SVN Repository area on OS X) 2 &amp; (Setting up a repository into OS X) 4 the same?</p>
<p>Also I think this is a typo: LoadModuledav_svn_module - LoadModule dav_svn_module</p>
<p>I got to:</p>
<p>svn import -m &#8220;initial import&#8221; /Library/WebServer/Documents/svn_default</p>
<p>And it says:</p>
<p>svn: Invalid URL &#8216;/Library/WebServer/Documents/svn_default&#8217;</p>
<p>Any ideas?</p>
<p>Thanks for making this tutorial!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
