<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Need help installing SVN on my VPS in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r21159040</link>
<description></description>
<language>en</language>
<pubDate>Sun, 29 Nov 2009 15:04:42 EDT</pubDate>
<lastBuildDate>Sun, 29 Nov 2009 15:04:42 EDT</lastBuildDate>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21167536</link>
<description><![CDATA[<A HREF="/useremail/u/274243"><b>GILXA1226</b></A> : yes]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21167536</guid>
<pubDate>Thu, 25 Sep 2008 14:29:01 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21167377</link>
<description><![CDATA[<A HREF="/useremail/u/741431"><b>blueOne</b></A> : <textarea name="code" class="text" cols=50 rows=10>&lt;Location /svn&gt;&#012;  DAV svn&#012;  SVNPath /home/username/www/files&#012;#  &lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;&#012;#   AuthType Basic&#012;#   AuthName "Subversion Repository"&#012;#   AuthUserFile /etc/svn-auth-file&#012;#   Require valid-user&#012;#  &lt;/LimitExcept&gt;&#012; &lt;/Location&gt;&#012; &#012;</textarea><!--end code block--><br>I have something similar in there.  Do those #'s mean that it's commented out?<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21167377</guid>
<pubDate>Thu, 25 Sep 2008 14:03:31 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21164047</link>
<description><![CDATA[<A HREF="/useremail/u/274243"><b>GILXA1226</b></A> : I'm not sure how your apache is all setup, but in gentoo I have the following to map an SVN DAV location in apache:<br><br><textarea name="code" class="text" cols=50 rows=10>   &lt;Location /apache/virtual/location &gt;&#012;      DAV svn&#012;      SVNPath &lt;&lt;path to repository&gt;&gt;&#012;      AuthType Basic&#012;      AuthName "Respository name"&#012;      AuthUserFile /var/svn/conf/svnusers&#012;      Require valid-user&#012;      SVNIndexXSLT "/svnindex.xsl"&#012;   &lt;/Location&gt;&#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21164047</guid>
<pubDate>Wed, 24 Sep 2008 21:39:37 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21163621</link>
<description><![CDATA[<A HREF="/useremail/u/741431"><b>blueOne</b></A> : Not sure what exactly is needed.. but there are some things svn related in my httpd.conf<br><br><textarea name="code" class="text" cols=50 rows=10>Include "/usr/local/apache/conf/includes/svnfiles.conf"&#012; &#012;LoadModule auth_passthrough_module modules/mod_auth_passthrough.so&#012;LoadModule bwlimited_module modules/mod_bwlimited.so&#012;LoadModule frontpage_module modules/mod_frontpage.so&#012;LoadModule dav_svn_module     modules/mod_dav_svn.so&#012;LoadModule authz_svn_module   modules/mod_authz_svn.so&#012;</textarea><!--end code block--><br>What should I be looking for?<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21163621</guid>
<pubDate>Wed, 24 Sep 2008 20:19:26 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21161158</link>
<description><![CDATA[<A HREF="/useremail/u/274243"><b>GILXA1226</b></A> : Have you(or the VPN admin) added the proper configuration to apache for it to be able to use webdav with svn?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21161158</guid>
<pubDate>Wed, 24 Sep 2008 13:11:13 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21161065</link>
<description><![CDATA[<A HREF="/useremail/u/741431"><b>blueOne</b></A> : Apache/webdav at the moment.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21161065</guid>
<pubDate>Wed, 24 Sep 2008 12:57:41 EDT</pubDate>
</item>

<item>
<title>Re: Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21159404</link>
<description><![CDATA[<A HREF="/useremail/u/274243"><b>GILXA1226</b></A> : are you trying to access the svn using the apache/webdav client?  Or using the inetd server?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21159404</guid>
<pubDate>Wed, 24 Sep 2008 07:24:39 EDT</pubDate>
</item>

<item>
<title>Need help installing SVN on my VPS</title>
<link>http://www.dslreports.com/forum/remark,21159040</link>
<description><![CDATA[<A HREF="/useremail/u/741431"><b>blueOne</b></A> : So I've been pulling my hair out for the past couple of hours trying to figure this out.  I'm somewhat familiar using SVN, but never tried installing it.<br><br>Tech support at my VPS hosting company installed SVN for me, but as for configuring it, I'm on my own, since they don't support it.<br><br>So I'm able to ssh and create a SVN directory with<br><textarea name="code" class="text" cols=50 rows=10>svnadmin create /path/to/dir&#012;</textarea><!--end code block--><br>which creates these files/folders within the directory:<br>README.txt<br>/conf<br>/dav<br>/db<br>format<br>/hooks<br>/locks<br><br>I then edited the 'passwd' file within the /conf directory<br><textarea name="code" class="text" cols=50 rows=10>&#91;users&#93;&#012;username = password&#012;</textarea><!--end code block--><br>When I try to connect with my SVN client, I get this error<br><br><textarea name="code" class="text" cols=50 rows=10>PROPFIND request failed on '/files'&#012;PROPFIND of '/files': 301 Moved Permanently (http://www.mydomain.com)&#012;</textarea><!--end code block--><br>I looked around Googling things, but everyone seems to have a different way to do things.  Also reading though subversion.tigris.org is a headache in itself.<br><br>Any help would be great!!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21159040</guid>
<pubDate>Wed, 24 Sep 2008 01:58:04 EDT</pubDate>
</item>

</channel>
</rss>
