<?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 an Ubuntu Subversion Server</title>
	<atom:link href="http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-5040</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 05 Jul 2010 19:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-5040</guid>
		<description>Hi Michal!  

Thanks for the complete and clear guide to setting up the SVN server!  Works like a charm!

Extra thanks for the init.d script.</description>
		<content:encoded><![CDATA[<p>Hi Michal!  </p>
<p>Thanks for the complete and clear guide to setting up the SVN server!  Works like a charm!</p>
<p>Extra thanks for the init.d script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banani</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-3760</link>
		<dc:creator>Banani</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-3760</guid>
		<description>Thanks, Michal for this prompt reply.
I have tried “svn://ip-address/proj-test”. Still getting the same.
svn: URL &#039;svn://ip-address/proj-test&#039; doesn&#039;t exist</description>
		<content:encoded><![CDATA[<p>Thanks, Michal for this prompt reply.<br />
I have tried “svn://ip-address/proj-test”. Still getting the same.<br />
svn: URL &#8217;svn://ip-address/proj-test&#8217; doesn&#8217;t exist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-3758</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-3758</guid>
		<description>@Banani:
With the svn protocol, the path is relative to the repositories directory, not the filesystem root. Use &quot;svn://ip-address/proj-test&quot; and it should work.</description>
		<content:encoded><![CDATA[<p>@Banani:<br />
With the svn protocol, the path is relative to the repositories directory, not the filesystem root. Use &#8220;svn://ip-address/proj-test&#8221; and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banani</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-3757</link>
		<dc:creator>Banani</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-3757</guid>
		<description>Hi Michal,
Thanks for writing such a good tutorial! I have setup subversion using this tutorial.
One thing I have noticed, when an  user( who doesn&#039;t have account on the server where svnserve is configured) try to checkout from remote location gets &#039;URL doesn&#039;t exit&#039; error. Although authentication of the user is sucessful. Like below
user1@ubuntu-8:~$ svn checkout svn://ip-address/usr/local/svn/svn-repos/proj-test --username user1
Authentication realm:  My First Repository
Password for &#039;user1&#039;:
svn: URL &#039;svn://ip-addess/usr/local/svn/svn-repos/proj-test&#039; doesn&#039;t exist
Looking for the solution. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Michal,<br />
Thanks for writing such a good tutorial! I have setup subversion using this tutorial.<br />
One thing I have noticed, when an  user( who doesn&#8217;t have account on the server where svnserve is configured) try to checkout from remote location gets &#8216;URL doesn&#8217;t exit&#8217; error. Although authentication of the user is sucessful. Like below<br />
user1@ubuntu-8:~$ svn checkout svn://ip-address/usr/local/svn/svn-repos/proj-test &#8211;username user1<br />
Authentication realm:  My First Repository<br />
Password for &#8216;user1&#8242;:<br />
svn: URL &#8217;svn://ip-addess/usr/local/svn/svn-repos/proj-test&#8217; doesn&#8217;t exist<br />
Looking for the solution. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-2293</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Wed, 16 Dec 2009 00:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-2293</guid>
		<description>@John:
Thanks, I&#039;m happy you found it useful.</description>
		<content:encoded><![CDATA[<p>@John:<br />
Thanks, I&#8217;m happy you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rees</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-1931</link>
		<dc:creator>John Rees</dc:creator>
		<pubDate>Thu, 26 Nov 2009 12:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-1931</guid>
		<description>Hi Michal,
I&#039;d like to thank you for this excellent article on Setting Up an Ubuntu Subversion Server. I am relatively experienced with UNIX sysadmin but I have searched in vain for information about setting up a subversion server.

We have had subversion running on an old Windows server but wanted to migrate to Ubunbtu. This is pretty much the best set of instructions out there. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Michal,<br />
I&#8217;d like to thank you for this excellent article on Setting Up an Ubuntu Subversion Server. I am relatively experienced with UNIX sysadmin but I have searched in vain for information about setting up a subversion server.</p>
<p>We have had subversion running on an old Windows server but wanted to migrate to Ubunbtu. This is pretty much the best set of instructions out there. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-875</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-875</guid>
		<description>@Lorello:
Not a problem at all, I&#039;m glad my tutorial can be helpful to the community.</description>
		<content:encoded><![CDATA[<p>@Lorello:<br />
Not a problem at all, I&#8217;m glad my tutorial can be helpful to the community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorello</title>
		<link>http://odyniec.net/blog/2009/05/setting-up-an-ubuntu-subversion-server/comment-page-1/#comment-871</link>
		<dc:creator>Lorello</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=301#comment-871</guid>
		<description>Hi, the init script linked in the official ubuntu documentation was broken, I&#039;ve linked your tutorial and your init-script, I hope is not a problem.

https://help.ubuntu.com/community/Subversion?action=diff&amp;rev2=60&amp;rev1=59</description>
		<content:encoded><![CDATA[<p>Hi, the init script linked in the official ubuntu documentation was broken, I&#8217;ve linked your tutorial and your init-script, I hope is not a problem.</p>
<p><a href="https://help.ubuntu.com/community/Subversion?action=diff&amp;rev2=60&amp;rev1=59" rel="nofollow">https://help.ubuntu.com/community/Subversion?action=diff&amp;rev2=60&amp;rev1=59</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
