<?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>Learning is an Art &#187; SVN 1.6.9</title>
	<atom:link href="http://www.singhvishwajeet.com/tag/svn-1-6-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Sun, 24 Jul 2011 18:03:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Installing latest version of Subversion on Centos/Redhat Linux</title>
		<link>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:24:39 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVN 1.6.9]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=323</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I recently setup Subversion on Centos as well as RHEL, so thought will share the steps followed though it&#8217;s pretty straight forward it will help people looking for it and will be available to me for future references as well <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Step1 Install rpmforge repository</strong><strong> </strong></p>
<div class="codesnip-container" >
<p>$ sudo rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
</div>
<p><strong>Step2 Install Subversion</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install subversion</p>
</div>
<p><strong>Step3 Install mod_dav_svn (Only required if you planning Apache Integration)</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install mod_dav_svn</p>
</div>
<p>Voila and you are done, go to command prompt and type following</p>
<div class="codesnip-container" >
<p>$ svn &#8211;version</p>
</div>
<p>You should see output as below</p>
<div class="codesnip-container" >
<p>svn, version 1.6.9 (r901367)<br /> compiled Mar 22 2010, 00:59:50</p>
<p>Copyright (C) 2000-2009 CollabNet.<br />Subversion is open source software, see http://subversion.tigris.org/<br />This product includes software developed by CollabNet (http://www.Collab.Net/).</p>
<p>The following repository access (RA) modules are available:</p>
<p>* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.<br /> &#8211; handles &#8216;http&#8217; scheme<br /> &#8211; handles &#8216;https&#8217; scheme<br />* ra_svn : Module for accessing a repository using the svn network protocol.<br /> &#8211; with Cyrus SASL authentication<br /> &#8211; handles &#8216;svn&#8217; scheme<br />* ra_local : Module for accessing a repository on local disk.<br /> &#8211; handles &#8216;file&#8217; scheme</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

