<?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: How-To: Set up SVN with Apache2 in Linux (Ubuntu)</title>
	<atom:link href="http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 00:10:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ranjan Yengkhom</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-201336</link>
		<dc:creator>Ranjan Yengkhom</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-201336</guid>
		<description>I have followed the steps properly. My problem is about authentication user to access svn

I created a user say test as
htpasswd -cm /etc/apache2/dav_svn.passwd test

Then I open the svn :
http://xxx.xxx.xxx.xx/svn
I got the login interface. When I try login with  USER-ID (test) &amp; correct password
I get the message:
You don&#039;t have permission to access /svn/testKRA on this server.

Can you plz help me what is wrong with my installation process..</description>
		<content:encoded><![CDATA[<p>I have followed the steps properly. My problem is about authentication user to access svn</p>
<p>I created a user say test as<br />
htpasswd -cm /etc/apache2/dav_svn.passwd test</p>
<p>Then I open the svn :<br />
<a href="http://xxx.xxx.xxx.xx/svn" rel="nofollow">http://xxx.xxx.xxx.xx/svn</a><br />
I got the login interface. When I try login with  USER-ID (test) &amp; correct password<br />
I get the message:<br />
You don&#8217;t have permission to access /svn/testKRA on this server.</p>
<p>Can you plz help me what is wrong with my installation process..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pope</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-177775</link>
		<dc:creator>Pope</dc:creator>
		<pubDate>Mon, 13 Apr 2009 23:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-177775</guid>
		<description>Note:  &quot; htpasswd2 -c /etc/apache2/dav_svn.passwd temar &quot; changed a little while ago slightly.  If htpasswd2 does not work, try htpasswd instead: 

thus:  htpasswd -c /etc/apache2/dav_svn.passwd temar</description>
		<content:encoded><![CDATA[<p>Note:  &#8221; htpasswd2 -c /etc/apache2/dav_svn.passwd temar &#8221; changed a little while ago slightly.  If htpasswd2 does not work, try htpasswd instead: </p>
<p>thus:  htpasswd -c /etc/apache2/dav_svn.passwd temar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George A. Papayiannis</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-176654</link>
		<dc:creator>George A. Papayiannis</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-176654</guid>
		<description>So now you need to get a client going.  I use http://tortoisesvn.tigris.org</description>
		<content:encoded><![CDATA[<p>So now you need to get a client going.  I use <a href="http://tortoisesvn.tigris.org" rel="nofollow">http://tortoisesvn.tigris.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiten</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-176239</link>
		<dc:creator>Jiten</dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-176239</guid>
		<description>Hi, I have installed svn 1.5.4 on unix server. I want to create repository on UNIX server and client on windows. How can I achieve this?  Please help me.</description>
		<content:encoded><![CDATA[<p>Hi, I have installed svn 1.5.4 on unix server. I want to create repository on UNIX server and client on windows. How can I achieve this?  Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagjot Singh</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-167073</link>
		<dc:creator>Jagjot Singh</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-167073</guid>
		<description>Hi, i just completed my svn installation but i&#039;m not able to browse my project. e.g. svn co http://localhost/svn/myproject gives me doesn&#039;t exist. Where am i going wrong ?</description>
		<content:encoded><![CDATA[<p>Hi, i just completed my svn installation but i&#8217;m not able to browse my project. e.g. svn co <a href="http://localhost/svn/myproject" rel="nofollow">http://localhost/svn/myproject</a> gives me doesn&#8217;t exist. Where am i going wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-91560</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 29 May 2008 07:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-91560</guid>
		<description>to add password requirement to do commits..
&lt;code&gt;

DAV svn
SVNPath /svn

AuthType Basic
AuthName &quot;Subversion Repository&quot;
AuthUserFile /etc/apache2/dav_svn.passwd


  Require valid-user
 


&lt;/code&gt;

and in console:

create the password file

&lt;code&gt;
rm -f /etc/apache2/dav_svn.passwd 
&lt;/code&gt;

add username and password for some 1 (useing temar as example)
&lt;code&gt;
htpasswd2 -c /etc/apache2/dav_svn.passwd temar
&lt;/code&gt;

it will ask for password after u enter that :D
enjoy</description>
		<content:encoded><![CDATA[<p>to add password requirement to do commits..<br />
<code></p>
<p>DAV svn<br />
SVNPath /svn</p>
<p>AuthType Basic<br />
AuthName "Subversion Repository"<br />
AuthUserFile /etc/apache2/dav_svn.passwd</p>
<p>  Require valid-user</p>
<p></code></p>
<p>and in console:</p>
<p>create the password file</p>
<p><code><br />
rm -f /etc/apache2/dav_svn.passwd<br />
</code></p>
<p>add username and password for some 1 (useing temar as example)<br />
<code><br />
htpasswd2 -c /etc/apache2/dav_svn.passwd temar<br />
</code></p>
<p>it will ask for password after u enter that :D<br />
enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wese</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-42609</link>
		<dc:creator>wese</dc:creator>
		<pubDate>Wed, 28 Nov 2007 15:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-42609</guid>
		<description>Nice howto, short and simple. 
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Nice howto, short and simple.<br />
Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nael</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-6877</link>
		<dc:creator>Nael</dc:creator>
		<pubDate>Fri, 20 Oct 2006 16:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-6877</guid>
		<description>Yo George. This was useful..i didnt know the svn repo had to be outside the webserver. Working great now with authentication :)</description>
		<content:encoded><![CDATA[<p>Yo George. This was useful..i didnt know the svn repo had to be outside the webserver. Working great now with authentication :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alp Tilev</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-5534</link>
		<dc:creator>Alp Tilev</dc:creator>
		<pubDate>Tue, 12 Sep 2006 10:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-5534</guid>
		<description>great how-to. but does this level of configuration ask for authentication?</description>
		<content:encoded><![CDATA[<p>great how-to. but does this level of configuration ask for authentication?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Hassell</title>
		<link>http://www.sematopia.com/2006/03/how-to-set-up-svn-with-apache2-in-linux-ubuntu/comment-page-1/#comment-5276</link>
		<dc:creator>Sam Hassell</dc:creator>
		<pubDate>Tue, 05 Sep 2006 02:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=66#comment-5276</guid>
		<description>Thanks for this how-to, it just came in handy!

-Sam.</description>
		<content:encoded><![CDATA[<p>Thanks for this how-to, it just came in handy!</p>
<p>-Sam.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
