<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Setup_Subversion_on_Ubuntu_in_10_minutes</id>
	<title>Setup Subversion on Ubuntu in 10 minutes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Setup_Subversion_on_Ubuntu_in_10_minutes"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Setup_Subversion_on_Ubuntu_in_10_minutes&amp;action=history"/>
	<updated>2026-05-12T23:34:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Setup_Subversion_on_Ubuntu_in_10_minutes&amp;diff=2165&amp;oldid=prev</id>
		<title>Brianegge: Created page with &#039;Today I decided to take on the geekiest of tasks - setting up my own Subversion repository to check in files from my home directory.  Normally, I use a third party Subversion ser…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Setup_Subversion_on_Ubuntu_in_10_minutes&amp;diff=2165&amp;oldid=prev"/>
		<updated>2009-07-23T07:48:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Today I decided to take on the geekiest of tasks - setting up my own Subversion repository to check in files from my home directory.  Normally, I use a third party Subversion ser…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Today I decided to take on the geekiest of tasks - setting up my own Subversion repository to check in files from my home directory.  Normally, I use a third party Subversion service, as others can generally manage an svn instance better than oneself, however for this data, I want it to reside on my own server.  On my server I executed the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi&amp;gt;&lt;br /&gt;
sudo aptitude install libapache2-svn&lt;br /&gt;
sudo mkdir /usr/local/svn&lt;br /&gt;
sudo svnadmin create /usr/local/svn/home&lt;br /&gt;
sudo chown -R www-data:www-data /usr/local/svn&lt;br /&gt;
sudo htdigest /etc/apache2/user.passwd  &amp;quot;Subversion repository&amp;quot; brianegge&lt;br /&gt;
sudoedit /etc/apache2/sites-enabled/theeggeadventure.com&lt;br /&gt;
sudo apache2ctl configtest&lt;br /&gt;
sudo apache2ctl restart&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The edit to my site file, was this addition:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi&amp;gt;&lt;br /&gt;
  &amp;lt;Location /svn&amp;gt;&lt;br /&gt;
    DAV svn&lt;br /&gt;
    SVNParentPath /usr/local/svn&lt;br /&gt;
&lt;br /&gt;
    AuthType Digest&lt;br /&gt;
    AuthName &amp;quot;Subversion repository&amp;quot;&lt;br /&gt;
    AuthUserFile &amp;quot;/etc/apache2/user.passwd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Require valid-user&lt;br /&gt;
  &amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Slicehost]]&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:SVN]]&lt;/div&gt;</summary>
		<author><name>Brianegge</name></author>
	</entry>
</feed>