<?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 a SVN 1.4 server using Apache 2.2 on Ubuntu</title>
	<atom:link href="http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-up-a-svn-14-server-using-apache-22-on-ubuntu</link>
	<description>The Technical Hut</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:18:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jaime Ganley</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-21</link>
		<dc:creator>Jaime Ganley</dc:creator>
		<pubDate>Mon, 20 Sep 2010 19:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-21</guid>
		<description>Was Just was doing some research and suprised by the information you wrote. Read exactly what I wanted too. Write more!</description>
		<content:encoded><![CDATA[<p>Was Just was doing some research and suprised by the information you wrote. Read exactly what I wanted too. Write more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVN Setup &#171; Dearsmk&#8217;s Weblog</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-20</link>
		<dc:creator>SVN Setup &#171; Dearsmk&#8217;s Weblog</dc:creator>
		<pubDate>Sat, 20 Oct 2007 08:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-20</guid>
		<description>[...] Posted by dearsmk on October 20th, 2007  Setting up a SVN 1.4 server using Apache 2.2 on Ubuntu [...] </description>
		<content:encoded><![CDATA[<p>[...] Posted by dearsmk on October 20th, 2007  Setting up a SVN 1.4 server using Apache 2.2 on Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osvaldo</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-19</link>
		<dc:creator>Osvaldo</dc:creator>
		<pubDate>Wed, 10 Oct 2007 21:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-19</guid>
		<description>I have a problem during the &quot;make&quot; of subversion source...
..... /usr/bin/ld: cannot find -lexpat

I have tested expat from source, apr&amp;apr-util from source... always the same problem  :-(

Any idea ?

Thank
Osvaldo
P.S. FreeBsd 6.2 apache 2.2.6 subversion 1.4.5</description>
		<content:encoded><![CDATA[<p>I have a problem during the &#8220;make&#8221; of subversion source&#8230;<br />
&#8230;.. /usr/bin/ld: cannot find -lexpat</p>
<p>I have tested expat from source, apr&amp;apr-util from source&#8230; always the same problem  <img src='http://www.ajopaul.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Any idea ?</p>
<p>Thank<br />
Osvaldo<br />
P.S. FreeBsd 6.2 apache 2.2.6 subversion 1.4.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Powell</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-18</link>
		<dc:creator>Andrew Powell</dc:creator>
		<pubDate>Thu, 06 Sep 2007 13:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-18</guid>
		<description>I too have problems using svnsync with apache https.
It works fine with standard http, but https produce an errorlevel of 1 in the .bat file that I am running.

I have it hooked into the post-commit.bat hook. What am I missing?
Spend hours on this

Below is the .bat code

rem ---- Start -----
@echo off

svnsync synchronize https://165.56.1.21:443/sslrepo2 --username test --password pwd &gt;&gt; &quot;errors.txt&quot;

IF %ERRORLEVEL%==0 GOTO end
echo &quot;Error - %ERRORLEVEL%&quot; &gt;&gt; &quot;errors.txt&quot;

:end
rem ------ Finish -------</description>
		<content:encoded><![CDATA[<p>I too have problems using svnsync with apache https.<br />
It works fine with standard http, but https produce an errorlevel of 1 in the .bat file that I am running.</p>
<p>I have it hooked into the post-commit.bat hook. What am I missing?<br />
Spend hours on this</p>
<p>Below is the .bat code</p>
<p>rem &#8212;- Start &#8212;&#8211;<br />
@echo off</p>
<p>svnsync synchronize <a href="https://165.56.1.21:443/sslrepo2" rel="nofollow">https://165.56.1.21:443/sslrepo2</a> &#8211;username test &#8211;password pwd &gt;&gt; &#8220;errors.txt&#8221;</p>
<p>IF %ERRORLEVEL%==0 GOTO end<br />
echo &#8220;Error &#8211; %ERRORLEVEL%&#8221; &gt;&gt; &#8220;errors.txt&#8221;</p>
<p>:end<br />
rem &#8212;&#8212; Finish &#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Prado</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-17</link>
		<dc:creator>Jose Prado</dc:creator>
		<pubDate>Tue, 03 Apr 2007 10:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-17</guid>
		<description>Nice tutorial, it worked for me, but what about SSL on apache with this configuration?

It doesnt work SSL for me with this.

I get the -12663 error</description>
		<content:encoded><![CDATA[<p>Nice tutorial, it worked for me, but what about SSL on apache with this configuration?</p>
<p>It doesnt work SSL for me with this.</p>
<p>I get the -12663 error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajo Paul</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-16</link>
		<dc:creator>Ajo Paul</dc:creator>
		<pubDate>Wed, 07 Feb 2007 06:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-16</guid>
		<description>@Dustin,
Well I guess you might be referring to GUI packages for svn like kdesvn, rapidsvn , I did initially run into trouble as I had installed them when i had svn 1.3.2 from repos. Well after that dint really have a need for them, hence havent tried. I&#039;l let you know if it works with 1.4. Or is it something else you are referring to??

-Ajo</description>
		<content:encoded><![CDATA[<p>@Dustin,<br />
Well I guess you might be referring to GUI packages for svn like kdesvn, rapidsvn , I did initially run into trouble as I had installed them when i had svn 1.3.2 from repos. Well after that dint really have a need for them, hence havent tried. I&#8217;l let you know if it works with 1.4. Or is it something else you are referring to??</p>
<p>-Ajo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-15</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Tue, 06 Feb 2007 23:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-15</guid>
		<description>Nice howto. I previously compiled SVN 1.4 for my system, but theres still random packages that I want to install using apt that have svn as a dependency. Of course, I already have SVN, just not the package.. any ideas on how to create a dummy package or something to that effect?</description>
		<content:encoded><![CDATA[<p>Nice howto. I previously compiled SVN 1.4 for my system, but theres still random packages that I want to install using apt that have svn as a dependency. Of course, I already have SVN, just not the package.. any ideas on how to create a dummy package or something to that effect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajopaul</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-14</link>
		<dc:creator>ajopaul</dc:creator>
		<pubDate>Wed, 24 Jan 2007 18:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-14</guid>
		<description>@Jeff

Thanks for bringing that up, Well that was a typo i guess the httpd.conf at the end should look like this

&lt;Location /svn&gt;
DAV svn
SVNPath /home/username/subversion/repos

AuthType Basic
AuthName &quot;Subversion Repository&quot;
AuthUserFile /home/username/subversion/dav_svn.passwd
Require valid-user
&lt;/Location&gt;</description>
		<content:encoded><![CDATA[<p>@Jeff</p>
<p>Thanks for bringing that up, Well that was a typo i guess the httpd.conf at the end should look like this</p>
<p>&lt;Location /svn&gt;<br />
DAV svn<br />
SVNPath /home/username/subversion/repos</p>
<p>AuthType Basic<br />
AuthName &#8220;Subversion Repository&#8221;<br />
AuthUserFile /home/username/subversion/dav_svn.passwd<br />
Require valid-user<br />
&lt;/Location&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajopaul</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-13</link>
		<dc:creator>ajopaul</dc:creator>
		<pubDate>Wed, 24 Jan 2007 18:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-13</guid>
		<description>@Joe 

Haven&#039;t tried it windows, yet its definitely possible. A how to on setup of svn1.3 should be work for 1.4 also. The main purpose of using 1.4+ is that it allows us to have a mirror repository. May be this should help 

http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx</description>
		<content:encoded><![CDATA[<p>@Joe </p>
<p>Haven&#8217;t tried it windows, yet its definitely possible. A how to on setup of svn1.3 should be work for 1.4 also. The main purpose of using 1.4+ is that it allows us to have a mirror repository. May be this should help </p>
<p><a href="http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx" rel="nofollow">http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.ajopaul.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-12</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 24 Jan 2007 01:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajopaul.wordpress.com/2006/12/11/setting-up-a-svn-14-server-using-apache-22-on-ubuntu/#comment-12</guid>
		<description>I was wondering  how do I go about installing SVN 1.4 on Apache 2.2 on Windows? Any site or information you can recommend? Thanks...</description>
		<content:encoded><![CDATA[<p>I was wondering  how do I go about installing SVN 1.4 on Apache 2.2 on Windows? Any site or information you can recommend? Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

