<?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>etechGuide . . . &#187; MISC</title>
	<atom:link href="http://etechGuide.in/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://etechGuide.in</link>
	<description>Know more , share more</description>
	<lastBuildDate>Fri, 25 Jun 2010 13:58:23 +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>Setting up SVN under Windows OS</title>
		<link>http://etechGuide.in/misc/svn/setting-up-svn-under-windows-os/</link>
		<comments>http://etechGuide.in/misc/svn/setting-up-svn-under-windows-os/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:14:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://etechGuide.in/?p=242</guid>
		<description><![CDATA[Setting up SVN is never a big deal. This post talks about a step-by-step procedure to set up SVN server under windows OS. Few open source software need to be downloaded and you can get going with the set up.]]></description>
			<content:encoded><![CDATA[<p><!--pagetitle:Setting Up SVN--></p>
<p><span style="text-decoration: underline;"><strong>Setting up subversion (SVN)</strong> </span><br />
I had a requirement of setting up the SVN server under Windows OS. After refering to some of the blogs on web I was able to make it working.<br />
I have accumulated all those knowledge together in this blog.<br />
Lets go in a step by step way ,<br />
<strong>Step 1 :</strong><br />
Download the latest version of the SVN project from ,<a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91"><strong>Download SVN.</strong> </a><br />
<strong>Step 2 :</strong><br />
If you have downloaded the executable , install it (Recommended &#8211; Not to change the default directory setting while installation)<br />
If you have downloaded the zip , please extract it under &#8220;C:\Program Files\Subversion\&#8221;<br />
<strong>Step 3 :</strong><br />
Set the environmental variable <strong>PATH</strong> by appending the value &#8220;C:\Program Files\Subversion\bin&#8221; to the <strong>PATH</strong> variable value.<br />
note &#8211; If you have used the executable , step -3 is not needed.<br />
<strong>Step 4:</strong><br />
Now you have to create a directory to define the svn repositories. Create a directory &#8220;C:\Documents and Settings\Subversion&#8221;<br />
<strong>Step 5:</strong><br />
Create svn repository ,<br />
<em>svnadmin create C:\Documents and Settings\Subversion</em><br />
<strong>Step 6:</strong><br />
Browse to the folder , C:\Documents and Settings\Subversion\conf and edit the file , svnserve.conf<br />
uncomment the following lines ,<em><br />
[general]<br />
anon-access = read<br />
auth-access = write<br />
password-db = passwd</em><br />
Save and close the file.<br />
<strong>Step 7:</strong><br />
Inside the same folder , edit the passwd file,add the users in the following way under [user] text,<br />
USER_NAME =PASSWORD<br />
(ex roger = rocksolidpwd)<br />
note &#8211; you can un-comment the existing users specified in the file ,<em><br />
[users]<br />
harry = harryssecret<br />
sally = sallyssecret</em><br />
<strong>Step 8:</strong><br />
Open a command prompt.Start the SVN server by using ,<br />
<em>svnserve &#8211;daemon &#8211;root &#8220;C:\Documents and Settings\Subversion&#8221;</em><br />
<strong>Step 9:</strong><br />
Open another command prompt. create a project by using,<br />
<em>svn mkdir svn://localhost/YOUR_PROJECT;</em><br />
<strong>Step 10:</strong><br />
Now you will be prompted for the credentials ,<br />
Provide the user id and password edited in the Step 7.<br />
Here you go !! you are connected.<br />
<strong>Step 11:</strong><br />
Test the listing by using ,<br />
<em>svn ls svn://localhost/</em></p>
<p><em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2FetechGuide.in%2Fmisc%2Fsvn%2Fsetting-up-svn-under-windows-os%2F&amp;linkname=Setting%20up%20SVN%20under%20Windows%20OS"><img src="http://etechGuide.in/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://etechGuide.in/misc/svn/setting-up-svn-under-windows-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
