<?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>dotnet thoughts &#187; Version Control</title>
	<atom:link href="http://www.dotnetthoughts.net/tag/version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetthoughts.net</link>
	<description>a dotnet developer&#039;s technical blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:18:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configuring Subversion</title>
		<link>http://www.dotnetthoughts.net/2007/05/10/configuring-subversion/</link>
		<comments>http://www.dotnetthoughts.net/2007/05/10/configuring-subversion/#comments</comments>
		<pubDate>Thu, 10 May 2007 06:45:25 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/05/10/configuring-subversion/</guid>
		<description><![CDATA[To modify access permissions and users configuration need to modify the svnserve.conf file, which is under Repository &#62; Conf &#62; svnserve.conf file. And uncomment or add following lines [general]   # Anonymous access – Readonly permission anon-access = read  # &#8230; <a href="http://www.dotnetthoughts.net/2007/05/10/configuring-subversion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To modify access permissions and users configuration need to modify the<br />
<em>svnserve.conf</em> file, which is under <em>Repository &gt; Conf &gt; svnserve.conf</em> file.</p>
<p>And uncomment or add following lines</p>
<p>[general]<br />
 <br />
<em># Anonymous access – Readonly permission</em><br />
anon-access = read <br />
<em># Authenticated access – Write permission permission<br />
</em>auth-access = write<br />
<em># Username and Password database file.<br />
</em>password-db = passwd<br />
To add users to the repository need to modify the passwd file, it will be in <em>Repository &gt; Conf &gt; Passwd </em>file</p>
<p>And the passwd file syntax is like <em>username = password.</em></p>
<p># Sample password file.</p>
<p>[users]<br />
Admin = admin<br />
Guest = guest</p>
<p>Save this file.</p>
<p>To run Subversion server, type following command in the command prompt.</p>
<p><em>svnserve.exe &#8211;daemon &#8211;root &lt;physical path&gt;</em></p>
<p>To connect to the repository using subversion client(ex: tortoise svn client)</p>
<p><em>svn://localhost/repositoryname</em></p>
<p><strong>voila!</strong> you configured the subversion. <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.dotnetthoughts.net/2007/05/09/subversion-creating-repository/" title="Permanent link to Subversion &#8211; Creating Repository">Subversion &#8211; Creating Repository</a>  </li>
</ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2007/05/10/configuring-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

