<?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"
	>
<channel>
	<title>Comments on: Installing Subversion with Plesk 8.0/ CentOs 4.3 as Subdomain</title>
	<atom:link href="http://alexle.net/archives/138/feed" rel="self" type="application/rss+xml" />
	<link>http://alexle.net/archives/138</link>
	<description>Personal View</description>
	<pubDate>Fri, 29 Aug 2008 07:50:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Calle</title>
		<link>http://alexle.net/archives/138#comment-198247</link>
		<dc:creator>Calle</dc:creator>
		<pubDate>Thu, 14 Aug 2008 19:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-198247</guid>
		<description>I spent a whole lot of time tracking down why apache wouldn't use my config for the svn.mysite.com/ location. I finally saw that plesk had already configured the directory (.../subdomains/svn/httpdocs) for that location so I just commented that out and now it work, yay! 

Great job, thanks!</description>
		<content:encoded><![CDATA[<p>I spent a whole lot of time tracking down why apache wouldn&#8217;t use my config for the svn.mysite.com/ location. I finally saw that plesk had already configured the directory (&#8230;/subdomains/svn/httpdocs) for that location so I just commented that out and now it work, yay! </p>
<p>Great job, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit Pereira da silva</title>
		<link>http://alexle.net/archives/138#comment-150505</link>
		<dc:creator>Benoit Pereira da silva</dc:creator>
		<pubDate>Sat, 03 May 2008 12:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-150505</guid>
		<description>Thanks very much indeed for that clear and well documented work.


b</description>
		<content:encoded><![CDATA[<p>Thanks very much indeed for that clear and well documented work.</p>
<p>b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://alexle.net/archives/138#comment-104152</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 20 Jan 2008 15:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-104152</guid>
		<description>Thanks SO much for this!!

I was using the mutple repo setup on plesk (knownhost), and found I have to use (in vhost.conf)

SVNParentPath /var/svnrepos

Instead of Svnpath

to avoid "Could not open the requested SVN filesystem"</description>
		<content:encoded><![CDATA[<p>Thanks SO much for this!!</p>
<p>I was using the mutple repo setup on plesk (knownhost), and found I have to use (in vhost.conf)</p>
<p>SVNParentPath /var/svnrepos</p>
<p>Instead of Svnpath</p>
<p>to avoid &#8220;Could not open the requested SVN filesystem&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Tome</title>
		<link>http://alexle.net/archives/138#comment-93880</link>
		<dc:creator>Daniel Tome</dc:creator>
		<pubDate>Fri, 28 Dec 2007 03:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-93880</guid>
		<description>Thanks for posting this process,

You should update the command: #yum mod_dav_svn 
it should be: #yum install mod_dav_svn 

cheers,</description>
		<content:encoded><![CDATA[<p>Thanks for posting this process,</p>
<p>You should update the command: #yum mod_dav_svn<br />
it should be: #yum install mod_dav_svn </p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dylan oliver</title>
		<link>http://alexle.net/archives/138#comment-82298</link>
		<dc:creator>dylan oliver</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-82298</guid>
		<description>/var/svnrepo should not be world-writeable (777) unless you want any user to be able to delete it.

instead (assuming you've already executed the commands indicated in this tutorial):

chown -R apache.apache /var/svnrepo
chmod o-rwx /var/svnrepo</description>
		<content:encoded><![CDATA[<p>/var/svnrepo should not be world-writeable (777) unless you want any user to be able to delete it.</p>
<p>instead (assuming you&#8217;ve already executed the commands indicated in this tutorial):</p>
<p>chown -R apache.apache /var/svnrepo<br />
chmod o-rwx /var/svnrepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor McCarthy</title>
		<link>http://alexle.net/archives/138#comment-82284</link>
		<dc:creator>Conor McCarthy</dc:creator>
		<pubDate>Tue, 27 Nov 2007 13:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-82284</guid>
		<description>Matt, I got stuck at the step where you reconfigure the vhost. I was typing

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=svn.yourdomain.com

and it didn't work. After typing 
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=yourdomain.com 

it worked fine. So enter the whole domain at the end there, not just the sub domain.</description>
		<content:encoded><![CDATA[<p>Matt, I got stuck at the step where you reconfigure the vhost. I was typing</p>
<p>/usr/local/psa/admin/sbin/websrvmng &#8211;reconfigure-vhost &#8211;vhost-name=svn.yourdomain.com</p>
<p>and it didn&#8217;t work. After typing<br />
/usr/local/psa/admin/sbin/websrvmng &#8211;reconfigure-vhost &#8211;vhost-name=yourdomain.com </p>
<p>it worked fine. So enter the whole domain at the end there, not just the sub domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://alexle.net/archives/138#comment-70078</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 24 Oct 2007 18:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-70078</guid>
		<description>Hey, I cannot get this svn to work.  when I go to svn.jnmedia.com, it doesn't ask for username/pwd.  I've done everything in your tutorial and it's still not working.  I don't know what else to do.  Please help.</description>
		<content:encoded><![CDATA[<p>Hey, I cannot get this svn to work.  when I go to svn.jnmedia.com, it doesn&#8217;t ask for username/pwd.  I&#8217;ve done everything in your tutorial and it&#8217;s still not working.  I don&#8217;t know what else to do.  Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: runstream</title>
		<link>http://alexle.net/archives/138#comment-58462</link>
		<dc:creator>runstream</dc:creator>
		<pubDate>Wed, 19 Sep 2007 20:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-58462</guid>
		<description>Was just asking how to do this - thank you!</description>
		<content:encoded><![CDATA[<p>Was just asking how to do this - thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas Freeman</title>
		<link>http://alexle.net/archives/138#comment-51974</link>
		<dc:creator>Dallas Freeman</dc:creator>
		<pubDate>Tue, 28 Aug 2007 08:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-51974</guid>
		<description>The vhost.conf also includes the location tags as well, they were removed out of my comment.</description>
		<content:encoded><![CDATA[<p>The vhost.conf also includes the location tags as well, they were removed out of my comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas Freeman</title>
		<link>http://alexle.net/archives/138#comment-51972</link>
		<dc:creator>Dallas Freeman</dc:creator>
		<pubDate>Tue, 28 Aug 2007 08:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/138#comment-51972</guid>
		<description>I'm getting an issue with configuration in the vhost.conf file.  When I restart the web server I get two warnings
websrvmng: Service /etc/init.d/httpd failed to gracefully restart
websrvmng: Service /etc/init.d/httpd failed to gracefully restart

This issue doesn't happen when I delete the file and restart the web server.  My vhost.conf file contains the following:


       DAV svn
       SVNPath /var/www/vhosts/explodingbox.com/subdomains/svn/explodingbox
       AuthType Basic
       AuthName "Exploding Box Productions Subversion Repository"
       AuthUserFile /var/www/vhosts/explodingbox.com/subdomains/svn/svn-auth-file
       Require valid-user


I've double checked the locations of the repo and svn-auth-file and they are exact.  I've tried a full restart of the system and no luck on that either.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an issue with configuration in the vhost.conf file.  When I restart the web server I get two warnings<br />
websrvmng: Service /etc/init.d/httpd failed to gracefully restart<br />
websrvmng: Service /etc/init.d/httpd failed to gracefully restart</p>
<p>This issue doesn&#8217;t happen when I delete the file and restart the web server.  My vhost.conf file contains the following:</p>
<p>       DAV svn<br />
       SVNPath /var/www/vhosts/explodingbox.com/subdomains/svn/explodingbox<br />
       AuthType Basic<br />
       AuthName &#8220;Exploding Box Productions Subversion Repository&#8221;<br />
       AuthUserFile /var/www/vhosts/explodingbox.com/subdomains/svn/svn-auth-file<br />
       Require valid-user</p>
<p>I&#8217;ve double checked the locations of the repo and svn-auth-file and they are exact.  I&#8217;ve tried a full restart of the system and no luck on that either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.289 seconds -->
