<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog for the Web Programmers &#187; svn</title>
	<atom:link href="http://blog.chandanweb.com/tags/svn/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chandanweb.com</link>
	<description>A useful blog with code assitance on Typo3, Drupal, PHP, Apache, OpenSSL and PHP Frameworks</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>SVN Errorcode 13 due to SeLinux, Could not open the requested SVN filesystem</title>
		<link>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem</link>
		<comments>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:59:36 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[errcode="13"]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem</guid>
		<description><![CDATA[When we recently installed SVN on CentOS, we came across the following error message: &#60;m:human-readable errcode=&#8221;13&#8243;&#62;Could not open the requested SVN filesystem&#60;/m:human-readable&#62; This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command: chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/ ex: chcon -R -h -t httpd_sys_content_t /home/svnRepo [...]]]></description>
			<content:encoded><![CDATA[<p>When we recently installed SVN on CentOS, we came across the following error message:</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p>&lt;m:human-readable errcode=&#8221;13&#8243;&gt;Could not open the requested SVN filesystem&lt;/m:human-readable&gt;</p>
</blockquote>
<p>This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command:</p>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p>chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/</p>
<p>ex:</p>
<p>chcon -R -h -t httpd_sys_content_t /home/svnRepo</p>
</blockquote>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/errcode%3D%2213%22" class="ztag" rel="tag">errcode=&#8221;13&#8243;</a>, <a href="http://www.technorati.com/tag/selinux" class="ztag" rel="tag">selinux</a>, <a href="http://www.technorati.com/tag/svn" class="ztag" rel="tag">svn</a></span>  <br/> <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/errcode%3D%2213%22" class="ztag" rel="tag">errcode=&#8221;13&#8243;</a>, <a href="http://del.icio.us/tag/selinux" class="ztag" rel="tag">selinux</a>, <a href="http://del.icio.us/tag/svn" class="ztag" rel="tag">svn</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/linux/svn-errorcode-13-due-to-selinux-could-not-open-the-requested-svn-filesystem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade SVN Server to 1.6.5 on XAMPP</title>
		<link>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp</link>
		<comments>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp#comments</comments>
		<pubDate>Wed, 30 Sep 2009 05:54:20 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn 1.6.5]]></category>
		<category><![CDATA[svn upgrade]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/uncategorized/upgrade-svn-server-to-1-6-5-on-xampp</guid>
		<description><![CDATA[This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP. NOTE: Like with all software upgrades there could be high risk involved. It is always better to take a backup prior to proceeding with any kind of upgrades. We know that when a latest version of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP.</p>
<p><strong>NOTE: Like with all software upgrades there could be high risk involved. <br/>It is always better to take a backup prior to proceeding with any kind of upgrades.</strong></p>
<p>We know that when a latest version of SVN is around it is time to upgrade. <br/>If you have already customized your XAMPP it is not an easy task to upgrade XAMPP as it might waste several days of your work!</p>
<p>I however came up with a quick solution to this issue. SVN binaries are stored in the \xampp\apache\bin folder. <br/>If you closely observe this folder you can find these binaries and there are also several related DLL files. <br/><br/>Now we know where the files are, and it is time to grab the latest SVN binaries and proceed to upgrade.</p>
<ol>
<li>Go to <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and click on Windows Binaries link. <br/><br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_001n4842b07a.png" height="260" width="561"/> <br/></li>
<li>Now select Tigris.org <br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_002p6733225b.png" height="96" width="213"/> <br/></li>
<li>Select the &#8220;Subversion Win32 binaries for Apache 2.2.x&#8221; <br/><img src="http://blog.chandanweb.com/wp-content/uploads/2009/09/zrclip_003p1f33967b.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 24px" height="24" width="500"/> <br/></li>
<li>Extract these file to some <strong>temporary location</strong> on your PC, and you can see a lot of exe and dll files inside the <strong>bin folder</strong>! <br/>I noticed 40 files in SVN 1.6.5! <br/></li>
<li>Now it is time to back up the existing files. Stop Apache prior to backup. <br/></li>
<li>I used 7zip and created a zip file of entire bin folder. This saved me a lot of time in trying to find all SVN related files. <br/><br/></li>
<li>Now you already have a bckup, and you can simply copy the latest SVN binaries from the temporary SVN bin folder to the xampp/apache/bin folder. <br/></li>
<li>Restart Apache and check if SVN is working fine now. This should work perfect. <br/></li>
</ol>
<p>I hope this would be useful. Please send yor comments / queries in case of any issues.</p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/svn" class="ztag" rel="tag">svn</a>, <a href="http://del.icio.us/tag/svn%201.6.5" class="ztag" rel="tag">svn 1.6.5</a>, <a href="http://del.icio.us/tag/svn%20upgrade" class="ztag" rel="tag">svn upgrade</a>, <a href="http://del.icio.us/tag/xampp" class="ztag" rel="tag">xampp</a></span>  <br/> <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/svn" class="ztag" rel="tag">svn</a>, <a href="http://www.technorati.com/tag/svn+1.6.5" class="ztag" rel="tag">svn 1.6.5</a>, <a href="http://www.technorati.com/tag/svn+upgrade" class="ztag" rel="tag">svn upgrade</a>, <a href="http://www.technorati.com/tag/xampp" class="ztag" rel="tag">xampp</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/general/upgrade-svn-server-to-1-6-5-on-xampp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

