<?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: SVN on OS X</title>
	<atom:link href="http://simplestation.com/locomotion/how-to-use-svn-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplestation.com/locomotion</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2011 13:30:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ziao</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-9802</link>
		<dc:creator>ziao</dc:creator>
		<pubDate>Tue, 01 Feb 2011 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-9802</guid>
		<description>Thanks so much for the &#039;SVN: ” IS NOT A WORKING COPY DIRECTORY&#039; part, it was driving me nuts (on OSX)</description>
		<content:encoded><![CDATA[<p>Thanks so much for the &#8216;SVN: ” IS NOT A WORKING COPY DIRECTORY&#8217; part, it was driving me nuts (on OSX)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-433</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-433</guid>
		<description>Hello, great article. I know a tool named SPMPT which do that, it&#039;s an add-on package for Mac OS X. Its include Subversion server, Trac (very nice GUI for browsing source code), Python and mod_python (for python programmers). http://www.spmpt.org.
Ann</description>
		<content:encoded><![CDATA[<p>Hello, great article. I know a tool named SPMPT which do that, it&#8217;s an add-on package for Mac OS X. Its include Subversion server, Trac (very nice GUI for browsing source code), Python and mod_python (for python programmers). <a href="http://www.spmpt.org" rel="nofollow">http://www.spmpt.org</a>.<br />
Ann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tin: Ed&#8217;s Big Plans &#187; Blog Archive &#187; Subversion Server</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-198</link>
		<dc:creator>Tin: Ed&#8217;s Big Plans &#187; Blog Archive &#187; Subversion Server</dc:creator>
		<pubDate>Sun, 14 Jun 2009 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-198</guid>
		<description>[...] (SVN) Server on this machine to get the most bang for my buck so to speak. Here&#8217;s an excellent tutorial on Locomotion about how this is done on a Mac. Now to get a bigger hard drive&#8230;  June 13th, 2009 in [...]</description>
		<content:encoded><![CDATA[<p>... (SVN) Server on this machine to get the most bang for my buck so to speak. Here&#8217;s an excellent tutorial on Locomotion about how this is done on a Mac. Now to get a bigger hard drive&#8230;  June 13th, 2009 in ...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HD</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-86</link>
		<dc:creator>HD</dc:creator>
		<pubDate>Tue, 12 Aug 2008 19:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-86</guid>
		<description>I&#039;ve been googling half a day to find a solution to the error:

Cannot load /Applications/MAMP/Library/modules/mod_dav_svn.so into server: cannot create object file image or add library

For Leopard, I think you need to Enable the DAV svn apache module using the Server Admin application

I have Tiger so I had to reinstall Subversion using this command:
sudo port install subversion +mod_dav_svn +tools

and that fixed my problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been googling half a day to find a solution to the error:</p>
<p>Cannot load /Applications/MAMP/Library/modules/mod_dav_svn.so into server: cannot create object file image or add library</p>
<p>For Leopard, I think you need to Enable the DAV svn apache module using the Server Admin application</p>
<p>I have Tiger so I had to reinstall Subversion using this command:<br />
sudo port install subversion +mod_dav_svn +tools</p>
<p>and that fixed my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob morane</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-85</link>
		<dc:creator>bob morane</dc:creator>
		<pubDate>Wed, 19 Mar 2008 17:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-85</guid>
		<description>The binary (http://samuel.toulouse.free.fr/svn_mamp_1_7.zip) are only for Intel Mac :(
$ file mod_dav_svn.so
mod_dav_svn.so: Mach-O bundle i386

And I get the same error as I&#039;am running on a Mac Mini PPC : Cannot load /Applications/MAMP/Library/modules/mod_dav_svn.so into server: cannot create object file image or add library

And thoses included with subversion 1.4.6 are PPC and Intel but for apache 2.2. MAMP use apache 2.0.59.

Then, both solutions are not working for me.

If someone have another idea ...

Thanks,</description>
		<content:encoded><![CDATA[<p>The binary (<a href="http://samuel.toulouse.free.fr/svn_mamp_1_7.zip" rel="nofollow">http://samuel.toulouse.free.fr/svn_mamp_1_7.zip</a>) are only for Intel Mac <img src='http://simplestation.com/locomotion/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
$ file mod_dav_svn.so<br />
mod_dav_svn.so: Mach-O bundle i386</p>
<p>And I get the same error as I&#8217;am running on a Mac Mini PPC : Cannot load /Applications/MAMP/Library/modules/mod_dav_svn.so into server: cannot create object file image or add library</p>
<p>And thoses included with subversion 1.4.6 are PPC and Intel but for apache 2.2. MAMP use apache 2.0.59.</p>
<p>Then, both solutions are not working for me.</p>
<p>If someone have another idea &#8230;</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-84</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-84</guid>
		<description>Got that same issue.  Mine actually at line 288 - and it says it can&#039;t find libaprutil-0.0.dylib</description>
		<content:encoded><![CDATA[<p>Got that same issue.  Mine actually at line 288 &#8211; and it says it can&#8217;t find libaprutil-0.0.dylib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radj</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-83</link>
		<dc:creator>radj</dc:creator>
		<pubDate>Tue, 05 Feb 2008 03:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-83</guid>
		<description>i&#039;m having the same problem. and yeah, it&#039;s the LoadModule line that causes the problem.</description>
		<content:encoded><![CDATA[<p>i&#8217;m having the same problem. and yeah, it&#8217;s the LoadModule line that causes the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Bowness</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-82</link>
		<dc:creator>Stuart Bowness</dc:creator>
		<pubDate>Thu, 06 Dec 2007 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-82</guid>
		<description>What&#039;s on line 290? Is it just the LoadModule?</description>
		<content:encoded><![CDATA[<p>What&#8217;s on line 290? Is it just the LoadModule?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radj</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-81</link>
		<dc:creator>radj</dc:creator>
		<pubDate>Thu, 06 Dec 2007 07:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-81</guid>
		<description>I have the same problem as Couzy. How can we solve this?</description>
		<content:encoded><![CDATA[<p>I have the same problem as Couzy. How can we solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Couzy</title>
		<link>http://simplestation.com/locomotion/how-to-use-svn-on-os-x/comment-page-1/#comment-80</link>
		<dc:creator>Couzy</dc:creator>
		<pubDate>Thu, 29 Nov 2007 23:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://simplestation.com/locomotion/?page_id=6#comment-80</guid>
		<description>I get an error, I don&#039;t understand why, could someone help me ?

&gt; root@powerbook-2[192.168.x/x]:/Users/xxx# /Applications/MAMP/bin/apache2/bin/apachectl restart
Syntax error on line 290 of /Applications/MAMP/conf/apache/httpd.conf:
Cannot load /Applications/MAMP/Library/modules/mod_authz_svn.so into server: Library not loaded: /usr/local/lib/libsvn_subr-1.0.dylib\n  Referenced from: /Applications/MAMP/Library/modules/mod_authz_svn.so\n  Reason: image not found</description>
		<content:encoded><![CDATA[<p>I get an error, I don&#8217;t understand why, could someone help me ?</p>
<p>&gt; root@powerbook-2[192.168.x/x]:/Users/xxx# /Applications/MAMP/bin/apache2/bin/apachectl restart<br />
Syntax error on line 290 of /Applications/MAMP/conf/apache/httpd.conf:<br />
Cannot load /Applications/MAMP/Library/modules/mod_authz_svn.so into server: Library not loaded: /usr/local/lib/libsvn_subr-1.0.dylib\n  Referenced from: /Applications/MAMP/Library/modules/mod_authz_svn.so\n  Reason: image not found</p>
]]></content:encoded>
	</item>
</channel>
</rss>

