<?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: Setting up Subversion Version control in Ubuntu</title>
	<atom:link href="http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sat, 21 Nov 2009 01:01:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Walleye</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9758</link>
		<dc:creator>Walleye</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9758</guid>
		<description>sry, it is:

SVNListParentPath on</description>
		<content:encoded><![CDATA[<p>sry, it is:</p>
<p>SVNListParentPath on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walleye</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9757</link>
		<dc:creator>Walleye</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9757</guid>
		<description>Ups.. following is correct:

SVNListParentPath on</description>
		<content:encoded><![CDATA[<p>Ups.. following is correct:</p>
<p>SVNListParentPath on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walleye</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9756</link>
		<dc:creator>Walleye</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9756</guid>
		<description>Try to add this line in your dav_svn.conf:

SVNParentPath on

This worked fine for me</description>
		<content:encoded><![CDATA[<p>Try to add this line in your dav_svn.conf:</p>
<p>SVNParentPath on</p>
<p>This worked fine for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavlos</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9560</link>
		<dc:creator>Pavlos</dc:creator>
		<pubDate>Sun, 23 Aug 2009 20:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9560</guid>
		<description>Thanks for your reply.I created /home/pavlos/Documents/programming/code/svn as mine svn folder with the permissions below :
$ sudo ls -lah /home/pavlos/Documents/programming/code/svn
[sudo] password for pavlos: 
total 32K
drwxrwx---  6 www-data www-data 4.0K 2009-08-17 22:01 .
drwxrwxrwx 11 pavlos   pavlos   4.0K 2009-08-23 22:37 ..
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 conf
drwxr-sr-x  6 root     root     4.0K 2009-08-17 22:06 db
-r--r--r--  1 root     root        2 2009-08-17 22:01 format
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 hooks
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 locks
-rw-r--r--  1 root     root      229 2009-08-17 22:01 README.txt

The strange thing is that with SVNPath is working ok but with SVNParentPath no.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply.I created /home/pavlos/Documents/programming/code/svn as mine svn folder with the permissions below :<br />
$ sudo ls -lah /home/pavlos/Documents/programming/code/svn<br />
[sudo] password for pavlos:<br />
total 32K<br />
drwxrwx&#8212;  6 www-data www-data 4.0K 2009-08-17 22:01 .<br />
drwxrwxrwx 11 pavlos   pavlos   4.0K 2009-08-23 22:37 ..<br />
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 conf<br />
drwxr-sr-x  6 root     root     4.0K 2009-08-17 22:06 db<br />
-r&#8211;r&#8211;r&#8211;  1 root     root        2 2009-08-17 22:01 format<br />
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 hooks<br />
drwxr-xr-x  2 root     root     4.0K 2009-08-17 22:01 locks<br />
-rw-r&#8211;r&#8211;  1 root     root      229 2009-08-17 22:01 README.txt</p>
<p>The strange thing is that with SVNPath is working ok but with SVNParentPath no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9464</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9464</guid>
		<description>Did you set the correct permission for the svn folder:

sudo chown -R www-data:www-data /var/lib/svn
sudo chmod 770 -R /var/lib/svn</description>
		<content:encoded><![CDATA[<p>Did you set the correct permission for the svn folder:</p>
<p>sudo chown -R www-data:www-data /var/lib/svn<br />
sudo chmod 770 -R /var/lib/svn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavlos</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-9421</link>
		<dc:creator>Pavlos</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-9421</guid>
		<description>Hi i just want to setup subversion for the first time.I followed your howto but when i go to http://localhost/svn i get:
Forbidden
You don&#039;t have permission to access /svn on this server.
Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4 Server at localhost Port 80
Can i do something to fix it?</description>
		<content:encoded><![CDATA[<p>Hi i just want to setup subversion for the first time.I followed your howto but when i go to <a href="http://localhost/svn" rel="nofollow">http://localhost/svn</a> i get:<br />
Forbidden<br />
You don&#8217;t have permission to access /svn on this server.<br />
Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4 Server at localhost Port 80<br />
Can i do something to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-6072</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sun, 01 Mar 2009 07:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-6072</guid>
		<description>Thanks for informing. I have make the changes.</description>
		<content:encoded><![CDATA[<p>Thanks for informing. I have make the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott McHugh</title>
		<link>http://maketecheasier.com/setting-up-subversion-version-control-in-ubuntu/2008/08/11/comment-page-1#comment-6008</link>
		<dc:creator>Scott McHugh</dc:creator>
		<pubDate>Sat, 28 Feb 2009 15:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=698#comment-6008</guid>
		<description>Thanks for the article! I noticed one quick change due to renaming of htpasswd2 in apache-utils- when configuring the password, the line should be updated from:

sudo htpasswd2 -cm /etc/apache2/dav_svn.passwd yourusername

to:
sudo htpasswd -cm /etc/apache2/dav_svn.passwd yourusername


Best,
-Scott</description>
		<content:encoded><![CDATA[<p>Thanks for the article! I noticed one quick change due to renaming of htpasswd2 in apache-utils- when configuring the password, the line should be updated from:</p>
<p>sudo htpasswd2 -cm /etc/apache2/dav_svn.passwd yourusername</p>
<p>to:<br />
sudo htpasswd -cm /etc/apache2/dav_svn.passwd yourusername</p>
<p>Best,<br />
-Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>
