<?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: installing subversion at home</title>
	<atom:link href="http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Apr 2012 06:11:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Michael Kanartchev</title>
		<link>http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows/comment-page-1#comment-4854</link>
		<dc:creator>Michael Kanartchev</dc:creator>
		<pubDate>Sun, 05 Dec 2010 19:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=158#comment-4854</guid>
		<description>I like your approach. Short and clear.</description>
		<content:encoded><![CDATA[<p>I like your approach. Short and clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows/comment-page-1#comment-2966</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 12 Sep 2010 15:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=158#comment-2966</guid>
		<description>Hi John,

Glad you found the instructions useful

Thankyou for pointing out the error with the code example...
I must have pasted the code into the &lt;html&gt; view in the editor so WP has stripped the tags. Have updated the article.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Glad you found the instructions useful</p>
<p>Thankyou for pointing out the error with the code example&#8230;<br />
I must have pasted the code into the &lt;html&gt; view in the editor so WP has stripped the tags. Have updated the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JSLittlefield</title>
		<link>http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows/comment-page-1#comment-2964</link>
		<dc:creator>JSLittlefield</dc:creator>
		<pubDate>Sun, 12 Sep 2010 13:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=158#comment-2964</guid>
		<description>Now I see the problem. Wordpress is stripping out the tag. For future people that find this post. The configuration needs to be encapsulated in a Location tag. Click on the site link in my previous comment to see the syntax.</description>
		<content:encoded><![CDATA[<p>Now I see the problem. WordPress is stripping out the tag. For future people that find this post. The configuration needs to be encapsulated in a Location tag. Click on the site link in my previous comment to see the syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JSLittlefield</title>
		<link>http://gavtaylor.co.uk/blog/installing-subversion-at-home-on-windows/comment-page-1#comment-2963</link>
		<dc:creator>JSLittlefield</dc:creator>
		<pubDate>Sun, 12 Sep 2010 13:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=158#comment-2963</guid>
		<description>Thanks for the instructions. They were VERY helpful. I did have one problem with my setup using xampp 1.7.3 install. I was getting a syntax error and a message:

Syntax error on line 515 of C:/xampp/apache/conf/httpd.conf:
DAV not allowed here

I had to put  tags around the httpd.conf settings:

# Configure Subversion repository

DAV svn
SVNPath &quot;c:\xampp\Subversion_repos\project_name&quot;
AuthType Basic
AuthName &quot;subversion repository&quot;
AuthUserFile &quot;c:\xampp\Subversion_repos\passwd&quot;
Require valid-user


    * Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l
    * MySQL 5.1.41 + PBXT engine
    * PHP 5.3.1
    * phpMyAdmin 3.2.4
    * Perl 5.10.1
    * FileZilla FTP Server 0.9.33
    * Mercury Mail Transport System 4.72

This site was helpful in figuring it out.
http://ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions. They were VERY helpful. I did have one problem with my setup using xampp 1.7.3 install. I was getting a syntax error and a message:</p>
<p>Syntax error on line 515 of C:/xampp/apache/conf/httpd.conf:<br />
DAV not allowed here</p>
<p>I had to put  tags around the httpd.conf settings:</p>
<p># Configure Subversion repository</p>
<p>DAV svn<br />
SVNPath &#8220;c:\xampp\Subversion_repos\project_name&#8221;<br />
AuthType Basic<br />
AuthName &#8220;subversion repository&#8221;<br />
AuthUserFile &#8220;c:\xampp\Subversion_repos\passwd&#8221;<br />
Require valid-user</p>
<p>    * Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l<br />
    * MySQL 5.1.41 + PBXT engine<br />
    * PHP 5.3.1<br />
    * phpMyAdmin 3.2.4<br />
    * Perl 5.10.1<br />
    * FileZilla FTP Server 0.9.33<br />
    * Mercury Mail Transport System 4.72</p>
<p>This site was helpful in figuring it out.<br />
<a href="http://ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/" rel="nofollow">http://ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: gavtaylor.co.uk @ 2012-05-19 07:52:30 by W3 Total Cache -->
