<?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>Hello System Admin &#124; Where system admins share technical article and tips &#124; Create free Blog &#124; Updates on domains, web hosting, servers and more &#187; SVN</title>
	<atom:link href="http://hellosystemadmin.com/blog/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellosystemadmin.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 04:29:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install SVN server , create respository and users</title>
		<link>http://hellosystemadmin.com/blog/install-svn-server-create-respository-and-users/</link>
		<comments>http://hellosystemadmin.com/blog/install-svn-server-create-respository-and-users/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:10:31 +0000</pubDate>
		<dc:creator>Aneesh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://dev3.ispg.in/aneesh/sysadmin/?p=54</guid>
		<description><![CDATA[Easiest way to install SVN Server]]></description>
			<content:encoded><![CDATA[<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
<p>I am going to install SVN‚  on Fedora</p>
<p><strong>1. Install SVN</strong><br />
yum install subversion<br />
<strong>2.  Create a Repository</strong><br />
svnadmin create /svn_repos<br />
<strong>3. Create a SVN User</strong><br />
Edit‚  /svnrepos/conf/svnserve.conf and add the follwoing lines to it<br />
anon-access = none<br />
auth-access = write<br />
password-db = passwd</p>
<p><strong>4. Create a password file</strong><br />
Edit /svnrepos/conf/passwd and add the follwing line to it<br />
systemadmin = mypassword<br />
<em>#You can add another use in the same way by adding a new line in the same file</em><br />
<strong>5. Start the SVN Server as Daemon</strong><br />
svnserve -d<br />
<strong>6. Connecting from a client machine</strong><br />
Install SVN clinet amd comect to the SVN server‚  by<br />
svn co svn://SERVER_IP_ADDRESS/svn_repos</p>
<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Finstall-svn-server-create-respository-and-users%2F', 'Install+SVN+server+%2C+create+respository+and+users')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Finstall-svn-server-create-respository-and-users%2F', title: '+Install+SVN+server+%2C+create+respository+and+users+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://hellosystemadmin.com/blog/install-svn-server-create-respository-and-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
