<?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: Getting SVN working with WebDAV on Windows&#8230;</title>
	<atom:link href="http://aralbalkan.com/595/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/595</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Fri, 21 Nov 2008 12:30:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian Blanquera</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-178568</link>
		<dc:creator>Christian Blanquera</dc:creator>
		<pubDate>Fri, 22 Aug 2008 00:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-178568</guid>
		<description>Sorry for the spam. Trying to get this formatting right, ignore the last 2 posts i made. {lt} and {gt} represent the keyboard character "less than" and "greater than". AND AWAY WE GO !

** Download http://svn1clicksetup.tigris.org/files/documents/3106/33794/Svn1ClickSetup-1.3.3.exe
** Execute "WampServer2.0c.exe" - When you get to the "Select Destination Location" Step remember the location (ie. C:\wamp). This will bee the {WampServer2.0c.exe install directory} in this instructions

** Download http://www.wampserver.com/dl.php
** Execute "SvnClickSetup-1.3.3.exe" - When you get to the "Repository Location" Step remember the location (ie. C:\svnrepos). This will be the {Repository Location} in this instructions

** Download http://members.cox.net/~pminer/svn/mod_dav_svn.zip
** Download http://members.cox.net/~pminer/svn/mod_authz_svn.zip
** Copy "mod_dav_svn.so" and "mod_authz_svn.so" to {WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\modules\

** Download http://members.cox.net/~pminer/svn/libdb44.zip
** Download http://members.cox.net/~pminer/svn/libapr.zip
** Copy "libdb44.dll" and "intl3_svn.dll" to {WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\bin\

** Execute {WampServer2.0c.exe install directory}\wamp\wampmanager.exe (a white half circle will show up on the right side of the task bar)

** Left click the white half circle -&#62; Apache -&#62; httpd.conf (this opens the file)

** Find:
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so

** and add in new line after:
#LoadModule dav_svn_module modules/mod_dav_svn.so
#LoadModule authz_svn_module modules/mod_authz_svn.so

** Right click the white half circle -&#62; Exit

** Execute {WampServer2.0c.exe install directory}\wamp\wampmanager.exe (a white half circle will show up on the right side of the task bar)

** Left click the white half circle -&#62; Apache -&#62; Apache Module -&#62; dav_module
** Left click the white half circle -&#62; Apache -&#62; Apache Module -&#62; dav_fs_module
** Left click the white half circle -&#62; Apache -&#62; Apache Module -&#62; dav_svn_module
** Left click the white half circle -&#62; Apache -&#62; Apache Module -&#62; authz_svn_module


** run cmd (Start -&#62; run: cmd )
** run in cmd 
C:\{WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\bin\htpasswd.exe -c C:\{WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\passwd {Whatever username you want (ie. myuser)}

** It will ask you for a "New Password": Make up your own
** It will ask you to "Re-type new password": repeat

** Left click the white half circle -&#62; Apache -&#62; httpd.conf (this opens the file)

** Find:
{lt}/IfModule{gt}

Include

** and add in new line after:
{lt}Location /svn{gt}
DAV svn
SVNPath C:/{Repository Location}
Order allow,deny
Allow from all
AuthType		Basic
AuthUserFile	passwd
AuthName		"Internal area"
require valid-user
{lt}/Location{gt}


** Left click the white half circle -&#62; Restart All Services</description>
		<content:encoded><![CDATA[<p>Sorry for the spam. Trying to get this formatting right, ignore the last 2 posts i made. {lt} and {gt} represent the keyboard character &#8220;less than&#8221; and &#8220;greater than&#8221;. AND AWAY WE GO !</p>
<p>** Download <a href="http://svn1clicksetup.tigris.org/files/documents/3106/33794/Svn1ClickSetup-1.3.3.exe" rel="nofollow">http://svn1clicksetup.tigris.org/files/documents/3106/33794/Svn1ClickSetup-1.3.3.exe</a><br />
** Execute &#8220;WampServer2.0c.exe&#8221; - When you get to the &#8220;Select Destination Location&#8221; Step remember the location (ie. C:\wamp). This will bee the {WampServer2.0c.exe install directory} in this instructions</p>
<p>** Download <a href="http://www.wampserver.com/dl.php" rel="nofollow">http://www.wampserver.com/dl.php</a><br />
** Execute &#8220;SvnClickSetup-1.3.3.exe&#8221; - When you get to the &#8220;Repository Location&#8221; Step remember the location (ie. C:\svnrepos). This will be the {Repository Location} in this instructions</p>
<p>** Download <a href="http://members.cox.net/~pminer/svn/mod_dav_svn.zip" rel="nofollow">http://members.cox.net/~pminer/svn/mod_dav_svn.zip</a><br />
** Download <a href="http://members.cox.net/~pminer/svn/mod_authz_svn.zip" rel="nofollow">http://members.cox.net/~pminer/svn/mod_authz_svn.zip</a><br />
** Copy &#8220;mod_dav_svn.so&#8221; and &#8220;mod_authz_svn.so&#8221; to {WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\modules\</p>
<p>** Download <a href="http://members.cox.net/~pminer/svn/libdb44.zip" rel="nofollow">http://members.cox.net/~pminer/svn/libdb44.zip</a><br />
** Download <a href="http://members.cox.net/~pminer/svn/libapr.zip" rel="nofollow">http://members.cox.net/~pminer/svn/libapr.zip</a><br />
** Copy &#8220;libdb44.dll&#8221; and &#8220;intl3_svn.dll&#8221; to {WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\bin\</p>
<p>** Execute {WampServer2.0c.exe install directory}\wamp\wampmanager.exe (a white half circle will show up on the right side of the task bar)</p>
<p>** Left click the white half circle -&gt; Apache -&gt; httpd.conf (this opens the file)</p>
<p>** Find:<br />
#LoadModule dav_module modules/mod_dav.so<br />
#LoadModule dav_fs_module modules/mod_dav_fs.so</p>
<p>** and add in new line after:<br />
#LoadModule dav_svn_module modules/mod_dav_svn.so<br />
#LoadModule authz_svn_module modules/mod_authz_svn.so</p>
<p>** Right click the white half circle -&gt; Exit</p>
<p>** Execute {WampServer2.0c.exe install directory}\wamp\wampmanager.exe (a white half circle will show up on the right side of the task bar)</p>
<p>** Left click the white half circle -&gt; Apache -&gt; Apache Module -&gt; dav_module<br />
** Left click the white half circle -&gt; Apache -&gt; Apache Module -&gt; dav_fs_module<br />
** Left click the white half circle -&gt; Apache -&gt; Apache Module -&gt; dav_svn_module<br />
** Left click the white half circle -&gt; Apache -&gt; Apache Module -&gt; authz_svn_module</p>
<p>** run cmd (Start -&gt; run: cmd )<br />
** run in cmd<br />
C:\{WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\bin\htpasswd.exe -c C:\{WampServer2.0c.exe install directory}\bin\apache\apache2.2.8\passwd {Whatever username you want (ie. myuser)}</p>
<p>** It will ask you for a &#8220;New Password&#8221;: Make up your own<br />
** It will ask you to &#8220;Re-type new password&#8221;: repeat</p>
<p>** Left click the white half circle -&gt; Apache -&gt; httpd.conf (this opens the file)</p>
<p>** Find:<br />
{lt}/IfModule{gt}</p>
<p>Include</p>
<p>** and add in new line after:<br />
{lt}Location /svn{gt}<br />
DAV svn<br />
SVNPath C:/{Repository Location}<br />
Order allow,deny<br />
Allow from all<br />
AuthType		Basic<br />
AuthUserFile	passwd<br />
AuthName		&#8220;Internal area&#8221;<br />
require valid-user<br />
{lt}/Location{gt}</p>
<p>** Left click the white half circle -&gt; Restart All Services</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Blanquera</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-178565</link>
		<dc:creator>Christian Blanquera</dc:creator>
		<pubDate>Thu, 21 Aug 2008 23:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-178565</guid>
		<description>edit:
** Find:


Include

** and add in new line after:
{lt}Location /svn{gt}
DAV svn
SVNPath C:/{Repository Location}
Order allow,deny
Allow from all
AuthType		Basic
AuthUserFile	passwd
AuthName		"Internal area"
require valid-user
{lt}/Location{gt}</description>
		<content:encoded><![CDATA[<p>edit:<br />
** Find:</p>
<p>Include</p>
<p>** and add in new line after:<br />
{lt}Location /svn{gt}<br />
DAV svn<br />
SVNPath C:/{Repository Location}<br />
Order allow,deny<br />
Allow from all<br />
AuthType		Basic<br />
AuthUserFile	passwd<br />
AuthName		&#8220;Internal area&#8221;<br />
require valid-user<br />
{lt}/Location{gt}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liju</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-164302</link>
		<dc:creator>Liju</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-164302</guid>
		<description>Comments from Marcos  will solve my problem. I was spend 3 hours to install Subversion 1.4.3 support on apache 2.2.8. 

Thanks Marcos :-)</description>
		<content:encoded><![CDATA[<p>Comments from Marcos  will solve my problem. I was spend 3 hours to install Subversion 1.4.3 support on apache 2.2.8. </p>
<p>Thanks Marcos <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif Ahmad</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-155192</link>
		<dc:creator>Asif Ahmad</dc:creator>
		<pubDate>Thu, 12 Jun 2008 21:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-155192</guid>
		<description>Hi, 

   I installed the Apache 2.2.8 and then integrate the subversion 1.4.6 with help of above posts and things are working fine. Now can someone please tell me how to implement the SSL at apache level to access the repositories.

Thanks
Naveed</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>   I installed the Apache 2.2.8 and then integrate the subversion 1.4.6 with help of above posts and things are working fine. Now can someone please tell me how to implement the SSL at apache level to access the repositories.</p>
<p>Thanks<br />
Naveed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colnector</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-135007</link>
		<dc:creator>Colnector</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-135007</guid>
		<description>OK, last try - the first line should read
[LESS THAN SIGN]Location[SPACE]/svn[GREATER THAN SIGN]
and the last one
[LESS THAN SIGN]/Location[GREATER THAN SIGN]



&#60;Location /svn&#62;
DAV svn
SVNPath D:/svn_repos
#AuthType Basic
#AuthName "My Subversion Repository"
#AuthUserFile passwd
#Require valid-user
&#60;/Location&#62;</description>
		<content:encoded><![CDATA[<p>OK, last try - the first line should read<br />
[LESS THAN SIGN]Location[SPACE]/svn[GREATER THAN SIGN]<br />
and the last one<br />
[LESS THAN SIGN]/Location[GREATER THAN SIGN]</p>
<p>&lt;Location /svn&gt;<br />
DAV svn<br />
SVNPath D:/svn_repos<br />
#AuthType Basic<br />
#AuthName &#8220;My Subversion Repository&#8221;<br />
#AuthUserFile passwd<br />
#Require valid-user<br />
&lt;/Location&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colnector</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-135006</link>
		<dc:creator>Colnector</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-135006</guid>
		<description>Yes - it fucked up my formatting as well, here's another try:
[code]

DAV svn
SVNPath D:/svn_repos
#AuthType Basic
#AuthName "My Subversion Repository"
#AuthUserFile passwd
#Require valid-user

[/code]</description>
		<content:encoded><![CDATA[<p>Yes - it fucked up my formatting as well, here&#8217;s another try:<br />
[code]</p>
<p>DAV svn<br />
SVNPath D:/svn_repos<br />
#AuthType Basic<br />
#AuthName &#8220;My Subversion Repository&#8221;<br />
#AuthUserFile passwd<br />
#Require valid-user</p>
<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colnector</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-135004</link>
		<dc:creator>Colnector</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-135004</guid>
		<description>Please note the addition to your apache.conf is written incorrectly in the posts here. Do mind the formatting or your apache server will not restart.


DAV svn
SVNPath D:/svn_repos
#AuthType Basic
#AuthName "My Subversion Repository"
#AuthUserFile passwd
#Require valid-user


Here I've commented out the authentication lines to make sure it'll work even if you didn't create your password file.</description>
		<content:encoded><![CDATA[<p>Please note the addition to your apache.conf is written incorrectly in the posts here. Do mind the formatting or your apache server will not restart.</p>
<p>DAV svn<br />
SVNPath D:/svn_repos<br />
#AuthType Basic<br />
#AuthName &#8220;My Subversion Repository&#8221;<br />
#AuthUserFile passwd<br />
#Require valid-user</p>
<p>Here I&#8217;ve commented out the authentication lines to make sure it&#8217;ll work even if you didn&#8217;t create your password file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-130380</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 28 Mar 2008 01:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-130380</guid>
		<description>Ditto what Nicolas said.  I'm running against 2.2.4 with no issues.</description>
		<content:encoded><![CDATA[<p>Ditto what Nicolas said.  I&#8217;m running against 2.2.4 with no issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbyZ</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-102817</link>
		<dc:creator>AbyZ</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-102817</guid>
		<description>You may use apache 2.2.x, but you have to download svn binaries built against apache 2.2.x from svn.tigris.org

Cheers.

Nicolas.</description>
		<content:encoded><![CDATA[<p>You may use apache 2.2.x, but you have to download svn binaries built against apache 2.2.x from svn.tigris.org</p>
<p>Cheers.</p>
<p>Nicolas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/595/comment-page-1#comment-98702</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Fri, 04 Jan 2008 11:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/595#comment-98702</guid>
		<description>Thanks for the additional info guys -- very useful! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the additional info guys &#8212; very useful! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
