<?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: Subversion server on Snow Leopard server</title>
	<atom:link href="http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/</link>
	<description>J. Martin Wehlou on Security, Software Development, and Medicine</description>
	<lastBuildDate>Tue, 24 Apr 2012 22:42:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SVN Server Setting on Snow Leopard &#171; coryjin27</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-41041</link>
		<dc:creator>SVN Server Setting on Snow Leopard &#171; coryjin27</dc:creator>
		<pubDate>Sat, 23 Apr 2011 13:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-41041</guid>
		<description>[...] Since Snow Leopard already has apache and subversion server, so you can simply run your subversion server on your mac with few steps. The guide is from Subversion server on Snow Leopard server [...]</description>
		<content:encoded><![CDATA[<p>[...] Since Snow Leopard already has apache and subversion server, so you can simply run your subversion server on your mac with few steps. The guide is from Subversion server on Snow Leopard server [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-32608</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 17 Jan 2011 04:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-32608</guid>
		<description>The following lines in /etc/apache2/httpd.conf must also be uncommented

#LoadModule dav_module libexec/apache2/mod_dav.so
#LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so</description>
		<content:encoded><![CDATA[<p>The following lines in /etc/apache2/httpd.conf must also be uncommented</p>
<p>#LoadModule dav_module libexec/apache2/mod_dav.so<br />
#LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osxserveradmin</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-32087</link>
		<dc:creator>osxserveradmin</dc:creator>
		<pubDate>Sun, 09 Jan 2011 20:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-32087</guid>
		<description>If you only want your SVN server on certain virtual hosts you can add the 
Include &quot;/private/etc/apache2/extra/httpd-svn.conf&quot;
line to a site (vhost) created by server admin in the directory 
/etc/apache2/sites/

Then you can retain control over the server settings without freaking out server admin.

Although theres nothing wrong with your setup to be in keeping with the platform I would set the SVN directory to be in /Library/webserver/ , chown the user and group to be _www:admin like the other directories and if you wanted directory access via any other accounts you could use ACLs.</description>
		<content:encoded><![CDATA[<p>If you only want your SVN server on certain virtual hosts you can add the<br />
Include &#8220;/private/etc/apache2/extra/httpd-svn.conf&#8221;<br />
line to a site (vhost) created by server admin in the directory<br />
/etc/apache2/sites/</p>
<p>Then you can retain control over the server settings without freaking out server admin.</p>
<p>Although theres nothing wrong with your setup to be in keeping with the platform I would set the SVN directory to be in /Library/webserver/ , chown the user and group to be _www:admin like the other directories and if you wanted directory access via any other accounts you could use ACLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-24151</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-24151</guid>
		<description>Ernest,

It was really hard to show those tags in the comment, so I ended up taking a screenshot instead. A bit wide, but legible.

The only difference with your original text is that I left the SVNParentPath the same as in my text. At least I hope that&#039;s the only difference. If not, tell me.</description>
		<content:encoded><![CDATA[<p>Ernest,</p>
<p>It was really hard to show those tags in the comment, so I ended up taking a screenshot instead. A bit wide, but legible.</p>
<p>The only difference with your original text is that I left the SVNParentPath the same as in my text. At least I hope that&#8217;s the only difference. If not, tell me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-24149</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Tue, 24 Aug 2010 03:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-24149</guid>
		<description>Sorry, those location tags did not post cleanly. There should be beginning and closing Location tags on either side of the Apache config.

The #Require ... for Kerberos should all be one line as well. It is commented out, but mine is actually &quot;Require user eab3 eab3@domain.tld&quot;, getting both at once.

Feel free to edit these posts to consolidate them and making the config more legible.</description>
		<content:encoded><![CDATA[<p>Sorry, those location tags did not post cleanly. There should be beginning and closing Location tags on either side of the Apache config.</p>
<p>The #Require &#8230; for Kerberos should all be one line as well. It is commented out, but mine is actually &#8220;Require user eab3 <a href="mailto:eab3@domain.tld">eab3@domain.tld</a>&#8220;, getting both at once.</p>
<p>Feel free to edit these posts to consolidate them and making the config more legible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-24148</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Tue, 24 Aug 2010 02:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-24148</guid>
		<description>FYI, I was able to get this working using native accounts (both Standalone or Open Directory configurations) on Snow Leopard Server by changing your httpd-svn.conf to the following:

&lt;img src=&quot;/images/20100823/070.png&quot; alt=&quot;Code in nano editor&quot; /&gt;

And making sure that the following modules are enabled:

mod_auth_apple
mod_digest_apple
mod_auth_digest_apple</description>
		<content:encoded><![CDATA[<p>FYI, I was able to get this working using native accounts (both Standalone or Open Directory configurations) on Snow Leopard Server by changing your httpd-svn.conf to the following:</p>
<p><img src="/images/20100823/070.png" alt="Code in nano editor" /></p>
<p>And making sure that the following modules are enabled:</p>
<p>mod_auth_apple<br />
mod_digest_apple<br />
mod_auth_digest_apple</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ursecta.com/wp/2009/11/subversion-server-on-snow-leopard-server/comment-page-1/#comment-20117</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://ursecta.com/wp/?p=391#comment-20117</guid>
		<description>It all worked as detailed.  Thanks.  I did run into an error when apache started regarding loading the dav_svn_module that was resolved by opening the Server Admin --&gt; Web --&gt; Sites --&gt; Options and enabling the WebDAV option.  After that it all worked fine.</description>
		<content:encoded><![CDATA[<p>It all worked as detailed.  Thanks.  I did run into an error when apache started regarding loading the dav_svn_module that was resolved by opening the Server Admin &#8211;&gt; Web &#8211;&gt; Sites &#8211;&gt; Options and enabling the WebDAV option.  After that it all worked fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

