<?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>Linux Windows System Administrator Help &#187; svn</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2012 17:58:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to install subversion client on Linux server?</title>
		<link>http://linuxwindowsmaster.com/how-to-install-subversion-client-on-linux-server/</link>
		<comments>http://linuxwindowsmaster.com/how-to-install-subversion-client-on-linux-server/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 23:30:50 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[error: missing dependency: perl(uri)]]></category>
		<category><![CDATA[Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion]]></category>
		<category><![CDATA[perl-URI]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[yum install subversion]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=216</guid>
		<description><![CDATA[Svn(subversion) is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). It is very easy to install subversion client on linux OS using yum. You can us following command to install [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"><strong>Svn(subversion)</strong> <span> </span>is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">It is very easy to install subversion client on<strong> linux OS</strong> using <strong>yum</strong>. You can us following command to install subversion client.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<pre><strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]# yum install subversion</span></strong></pre>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">while installing subversion if you are getting following error  then it seem sot be </span><span style="font-size: 10pt; font-family: Georgia;">perl-URI package is not installed on your server so </span><span style="font-size: 10pt; font-family: Georgia;">you will have to install first before installing subversion client.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">Please follow the following steps to install </span><span style="font-size: 10pt; font-family: Georgia;">perl-URI package</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">You&#8217;ll login via SSH as root and run this command:</span></p>
<pre><strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]# yum install subversion</span></strong></pre>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">and then you may get this error:</span></p>
<pre><strong><span style="font-size: 10pt; font-family: Georgia;">Error: Missing Dependency: perl(URI) &gt;= 1.17 is needed by package subversion</span></strong></pre>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">Here&#8217;s what you do next (copy/paste):</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<pre><strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]# wget  ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/
fedora/linux/releases/7/Everything/i386/os/Fedora/
perl-URI-1.35-3.noarch.rpm </span></strong>

<strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]# rpm -i perl-URI-1.35-3.noarch.rpm</span></strong>

<strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]# yum install subversion</span></strong>

<span style="font-size: 10pt; font-family: Georgia;" lang="FR">Installed: subversion.x86_64 0:1.4.2-4.el5 subversion.i386 0:1.4.2-4.el5</span>

<span style="font-size: 10pt; font-family: Georgia;">Dependency Installed: neon.x86_64 0:0.25.5-10.el5 neon.i386 0:0.25.5-10.el5</span>

<span style="font-size: 10pt; font-family: Georgia;">Complete!</span></pre>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">That’s it subversion client is successfully installed on your server you can check it using following command.</span></p>
<pre><strong><span style="font-size: 10pt; font-family: Georgia;">root@server [~]#</span><span style="font-size: 10pt; font-family: Georgia;">svn --version
svn, version 1.1.4 (r13838)
compiled Aug 21 2005, 20:56:55</span>

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' schema</strong></pre>
<p>Regards</p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;">Alex P<br />
</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Georgia;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-install-subversion-client-on-linux-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

