<?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>Vision Master Designs &#187; Subversion</title>
	<atom:link href="http://visionmasterdesigns.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Aug 2010 12:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorial : Creating a SVN setup in Windows Vista/XP using Subversion,TortoiseSVN</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/</link>
		<comments>http://visionmasterdesigns.com/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:40:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[TortoiseSVN]]></category>

		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=613</guid>
		<description><![CDATA[What is SVN ? Why is it required ? You might be wondering. While developing applications for the web or any other area, most of us would be trying and testing the code on our local machines, sometimes it happens, while in the flow of coding, we tend to do some drastic changes to the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/09/svnlogo.jpg" alt="SVN LOGO" width="149" height="137" class="floatLImg" />What is <strong>SVN</strong> ? Why is it required ? You might be wondering. While developing applications for the web or any other area, most of us would be trying and testing the code on our local machines, sometimes it happens, while in the flow of coding, we tend to do some drastic changes to the sourcecode (atleast I do) only to find out that the application is not executing anymore after that. It becomes difficult to backtrack and eventually, we end up wasting a lot of time and energy, this is where <strong>SVN</strong> comes to our rescue.</p>
<p><em>Definition according to Wikipedia :</em><br />
Subversion (SVN) is a version control system initiated in 2000 by CollabNet Inc. It 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).</p>
<p>Index :</p>
<ul>
<li>Page 1 : <a title="Introduction" href="http://www.visionmasterdesigns.com/2008/09/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn">Introduction</a></li>
<li>Page 2 : <a title="Introduction" href="http://www.visionmasterdesigns.com/2008/09/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/2/">Unpack and Install Subversion</a></li>
<li>Page 3 : <a title="Introduction" href="http://www.visionmasterdesigns.com/2008/09/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/3/">Configure Apache</a></li>
<li>Page 4 : <a title="Introduction" href="http://www.visionmasterdesigns.com/2008/09/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/4/">Install TortoiseSVN &#038; Usage</a></li>
</ul>
<p><span id="more-613"></span><br />
Now, The Pre-Requisites :</p>
<ol>
<li><strong>Apache Webserver</strong> and Localhost configuration set up. To know how to setup the webserver for local use, read <a href="http://www.visionmasterdesigns.com/2008/07/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/" title="Tutorial : Installing Apache, PHP 5, MySQL 5 &#038; PhpMyAdmin 2.11 in Windows Vista/XP">Tutorial : Installing Apache, PHP 5, MySQL 5 &amp; PhpMyAdmin 2.11 in Windows Vista/XP</a></li>
<li><strong>Subversion</strong> : Subversion is an open source version control system. We will be needing this package for the Win32 binaries for Apache 2.2.9 or higher to get a SVN setup up and running on your localhost. We can do version control using this package alone, but it is completely command line based.
<p>Click Here to goto <a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100">Download Page</a>.<br />
Please download the Subversion Win32 binaries for Apache 2.2.x (2.2.9 or higher is required within the 2.2.x series)</p>
<p>For a direct link -> <a href="http://subversion.tigris.org/files/documents/15/43455/svn-win32-1.5.2.zip">svn-win32-1.5.2.zip</a><br />
<em>The latest release of Subversion is <strong>1.5.2</strong>.</em></li>
<li><strong>TortoiseSVN</strong> : TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Subversion, and has all the features of Subversion. It is GUI based, making our lives simpler.
<p>Click Here to goto <a href="http://tortoisesvn.net/downloads">Download Page</a>.<br />
<em>The latest release of TortoiseSVN is <strong>1.5.3</strong>.</em></li>
</ol>
<h2>Introduction</h2>
<p>I have given a jist of what SVN is, we can use SVN to keep track of web-pages, documents, source code and their versions. If we want to retrieve the previous version, we can always retrieve using SVN, Subversion was recognized as the sole leader in the Standalone Software Configuration Management (SCM) category and a strong performer in the Software Configuration and Change Management (SCCM) category.</p>
<p>There are 2 ways on how you can set up a SVN server on your system i.e use Subversion&#8217;s own server or integrate it with <strong>Apache</strong>. I am going to show you, how to integrate it with Apache. Once the SVN server is setup, we can use <strong>TortoiseSVN</strong> to perform all the operations, since it gets integrated into the windows shell.</p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/tutorial-creating-svn-setup-windows-vistaxp-using-subversion-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>
