<?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 on Ubuntu 7.04 (Feisty Fawn) Server</title>
	<atom:link href="http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: JDS</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-24</link>
		<dc:creator>JDS</dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:59:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-24</guid>
		<description>If all you get is &quot;Revision 0: /&quot; then the thing, including Apache/WEBDAV SVN part, is working.

However, there is nothing in your repository yet!

A VERY IMPORTANT STEP: Immediately after creating a repository, import data into the repo.

Follow the steps in the RedBean book, mentioned in other comments.</description>
		<content:encoded><![CDATA[<p>If all you get is &#8220;Revision 0: /&#8221; then the thing, including Apache/WEBDAV SVN part, is working.</p>
<p>However, there is nothing in your repository yet!</p>
<p>A VERY IMPORTANT STEP: Immediately after creating a repository, import data into the repo.</p>
<p>Follow the steps in the RedBean book, mentioned in other comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Chambers</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-23</link>
		<dc:creator>Sean Chambers</dc:creator>
		<pubDate>Fri, 21 Sep 2007 15:08:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-23</guid>
		<description>Whoops!

Wrong link. the one about Trac is part two:
http://ariejan.net/2006/12/02/how-to-setup-a-ubuntu-development-server-part-2/</description>
		<content:encoded><![CDATA[<p>Whoops!</p>
<p>Wrong link. the one about Trac is part two:<br />
<a href="http://ariejan.net/2006/12/02/how-to-setup-a-ubuntu-development-server-part-2/" rel="nofollow">http://ariejan.net/2006/12/02/how-to-setup-a-ubuntu-development-server-part-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Chambers</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-22</link>
		<dc:creator>Sean Chambers</dc:creator>
		<pubDate>Fri, 21 Sep 2007 14:10:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-22</guid>
		<description>Here&#039;s another link that has some more information on setting up Trac for project management on Ubuntu and some other stuff.

http://ariejan.net/2006/12/01/how-to-setup-a-ubuntu-development-server-part-1/

Good post Jason!

I actually am running subversion at work on a VMWare Ubuntu server. At home I have a stand alone box that is running it with a self-signed SSL certificate because I can access it over the web</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another link that has some more information on setting up Trac for project management on Ubuntu and some other stuff.</p>
<p><a href="http://ariejan.net/2006/12/01/how-to-setup-a-ubuntu-development-server-part-1/" rel="nofollow">http://ariejan.net/2006/12/01/how-to-setup-a-ubuntu-development-server-part-1/</a></p>
<p>Good post Jason!</p>
<p>I actually am running subversion at work on a VMWare Ubuntu server. At home I have a stand alone box that is running it with a self-signed SSL certificate because I can access it over the web</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Meridth</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-21</link>
		<dc:creator>Jason Meridth</dc:creator>
		<pubDate>Fri, 21 Sep 2007 10:23:27 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-21</guid>
		<description>Hopefully you were prompted for security (username/password).  If not, please check your security setup again.

Usually when you see that it means your subversion install was complete.  Now start using the subversion command line operations to interact with your repsitory.  

Look here for more operations information:
http://svnbook.red-bean.com/en/1.1/ch09.html

The excellent resource out there:
http://svnbook.red-bean.com/
</description>
		<content:encoded><![CDATA[<p>Hopefully you were prompted for security (username/password).  If not, please check your security setup again.</p>
<p>Usually when you see that it means your subversion install was complete.  Now start using the subversion command line operations to interact with your repsitory.  </p>
<p>Look here for more operations information:<br />
<a href="http://svnbook.red-bean.com/en/1.1/ch09.html" rel="nofollow">http://svnbook.red-bean.com/en/1.1/ch09.html</a></p>
<p>The excellent resource out there:<br />
<a href="http://svnbook.red-bean.com/" rel="nofollow">http://svnbook.red-bean.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-20</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Fri, 21 Sep 2007 02:05:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-20</guid>
		<description>Me too.  All I&#039;m getting is 

Revision 0: /

Powered by Subversion version 1.4.3 (r23084).</description>
		<content:encoded><![CDATA[<p>Me too.  All I&#8217;m getting is </p>
<p>Revision 0: /</p>
<p>Powered by Subversion version 1.4.3 (r23084).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UWeyeguy</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-19</link>
		<dc:creator>UWeyeguy</dc:creator>
		<pubDate>Mon, 17 Sep 2007 14:35:05 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-19</guid>
		<description>All I get is:


Revision 0: /

Powered by Subversion version 1.4.3 (r23084).</description>
		<content:encoded><![CDATA[<p>All I get is:</p>
<p>Revision 0: /</p>
<p>Powered by Subversion version 1.4.3 (r23084).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-18</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 19 Aug 2007 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-18</guid>
		<description>Just to clarify - the line
sudo htpasswd2 -cm /etc/apache2/dav_svn.passwd &lt;username&gt;

should be 
sudo htpasswd -cm /etc/apache2/dav_svn.passwd &lt;username&gt;

in newer versions of apache2-utils</description>
		<content:encoded><![CDATA[<p>Just to clarify &#8211; the line<br />
sudo htpasswd2 -cm /etc/apache2/dav_svn.passwd <username></p>
<p>should be<br />
sudo htpasswd -cm /etc/apache2/dav_svn.passwd </username><username></p>
<p>in newer versions of apache2-utils</username></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahryar Ghazi</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-17</link>
		<dc:creator>Shahryar Ghazi</dc:creator>
		<pubDate>Wed, 27 Jun 2007 17:05:09 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-17</guid>
		<description>is accessing the repository through dav secure??</description>
		<content:encoded><![CDATA[<p>is accessing the repository through dav secure??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmeridth</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-16</link>
		<dc:creator>jmeridth</dc:creator>
		<pubDate>Tue, 15 May 2007 13:31:14 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-16</guid>
		<description>Thanks for the input everyone.  I don&#039;t claim to be an expert.  All input is welcome.</description>
		<content:encoded><![CDATA[<p>Thanks for the input everyone.  I don&#8217;t claim to be an expert.  All input is welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poromies</title>
		<link>http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/#comment-15</link>
		<dc:creator>poromies</dc:creator>
		<pubDate>Tue, 15 May 2007 13:21:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx#comment-15</guid>
		<description>I noticed one more thing...
If you want your repository to be authenticated remember to uncomment following lines from /etc/apache2/mods-enabled/dav_svn.conf too

&lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;
Require valid-user
&lt;/LimitExcept&gt;
</description>
		<content:encoded><![CDATA[<p>I noticed one more thing&#8230;<br />
If you want your repository to be authenticated remember to uncomment following lines from /etc/apache2/mods-enabled/dav_svn.conf too</p>
<limitexcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</limitexcept>
]]></content:encoded>
	</item>
</channel>
</rss>
