<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Subversion Server on CentOS 4.2</title>
	<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/</link>
	<description>Keeping the rabbits out since 1975</description>
	<pubDate>Sat, 13 Mar 2010 15:14:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Setup Subversion and Trac on CentOS 5 &#124; Daniel Skinner: News and Articles on Web Development</title>
		<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-93541</link>
		<dc:creator>Setup Subversion and Trac on CentOS 5 &#124; Daniel Skinner: News and Articles on Web Development</dc:creator>
		<pubDate>Sun, 06 Jan 2008 17:20:22 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-93541</guid>
		<description>[...] setup guides: here and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] setup guides: here and [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-36799</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Sun, 11 Feb 2007 03:06:29 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-36799</guid>
		<description>Thank you for the reference, I do agree with Matt and jart though, for what I needed at least.  
As a result you get a nice svn installation with only one problem - python hook scripts don't work right.  It may not sound like much, but when you want to make sure that committers leave a commit note, or a 'special' commit note, or if you want to manage the times or the conditions when commits by some and not the others are done, you need it.  If anyone's interested - I'll come back and post something about the solution.  So far I've managed it by re-compiling apache a certain way, perhaps there's a better way.</description>
		<content:encoded><![CDATA[<p>Thank you for the reference, I do agree with Matt and jart though, for what I needed at least.<br />
As a result you get a nice svn installation with only one problem - python hook scripts don&#8217;t work right.  It may not sound like much, but when you want to make sure that committers leave a commit note, or a &#8217;special&#8217; commit note, or if you want to manage the times or the conditions when commits by some and not the others are done, you need it.  If anyone&#8217;s interested - I&#8217;ll come back and post something about the solution.  So far I&#8217;ve managed it by re-compiling apache a certain way, perhaps there&#8217;s a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-36437</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Fri, 09 Feb 2007 02:59:19 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-36437</guid>
		<description>Humm, about an example authentifying with LDAP against Active Directory or eDirectory ? This would be more convinient in a real world :)</description>
		<content:encoded><![CDATA[<p>Humm, about an example authentifying with LDAP against Active Directory or eDirectory ? This would be more convinient in a real world <img src='http://www.jimohalloran.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jart</title>
		<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-13455</link>
		<dc:creator>jart</dc:creator>
		<pubDate>Sun, 08 Oct 2006 04:00:18 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-13455</guid>
		<description>Great guide Jim!

Readers, you may want to check out the configuration example that comes with the RPM in:

/etc/httpd/conf.d/subversion.conf</description>
		<content:encoded><![CDATA[<p>Great guide Jim!</p>
<p>Readers, you may want to check out the configuration example that comes with the RPM in:</p>
<p>/etc/httpd/conf.d/subversion.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-2466</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 14 Mar 2006 23:02:01 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2006/01/15/subversion-server-on-centos-42/#comment-2466</guid>
		<description>Great guide Jim, thanks it really helped me out. One small note, if you're like me and you are going to be running svn off your main domain name you don't need all of the virtual host block, you can just put the location block in your config with a path, like:


        DAV svn
        SVNPath [Path - same as DocumentRoot]
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile /etc/svn-auth-file
        Require valid-user


And then your url will be http://maindomain/svn.

This might be obvious to people, but just in case it isn't...</description>
		<content:encoded><![CDATA[<p>Great guide Jim, thanks it really helped me out. One small note, if you&#8217;re like me and you are going to be running svn off your main domain name you don&#8217;t need all of the virtual host block, you can just put the location block in your config with a path, like:</p>
<p>        DAV svn<br />
        SVNPath [Path - same as DocumentRoot]<br />
        AuthType Basic<br />
        AuthName &#8220;Subversion repository&#8221;<br />
        AuthUserFile /etc/svn-auth-file<br />
        Require valid-user</p>
<p>And then your url will be <a href="http://maindomain/svn." rel="nofollow">http://maindomain/svn.</a></p>
<p>This might be obvious to people, but just in case it isn&#8217;t&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
