<?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>Technical Zone &#187; SVN</title>
	<atom:link href="http://www.pankajdangi.com/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pankajdangi.com</link>
	<description>Best Technical Zone for Opensource!</description>
	<lastBuildDate>Thu, 01 Dec 2011 10:05:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://www.pankajdangi.com/?pushpress=hub'/>
		<item>
		<title>How to install Subversion on linux machine</title>
		<link>http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/</link>
		<comments>http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=492</guid>
		<description><![CDATA[How to install SVN or Subversion on Linux Server. Subversion, or SVN, is a mechanism by which developers can keep track of changes to their code and distribute these changes to the public in real time. Quick Steps to Install SVN. You&#8217;ll need the following build tools to compile subversion: autoconf 2.59 or later (unix [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to install SVN or Subversion on Linux Server.</strong></p>
<p>Subversion, or SVN, is a mechanism by which  developers can keep track of changes to their code and distribute these  changes to the public in real time.</p>
<p><strong>Quick Steps to Install SVN.</strong></p>
<p><strong> </strong>You&#8217;ll need the following build tools to compile subversion:</p>
<ul>
<li>autoconf 2.59 or later (unix only)</li>
<li>libtool 1.4 or later (unix only)</li>
<li>a reasonable C compiler (gcc, visual studio, etc.)</li>
</ul>
<p>Building A Subversion Server</p>
<ul>
<li>Setting up Apache</li>
<li>Making and Installing the Subversion Server</li>
<li>Configuring Apache for Subversion</li>
<li>Running and Testing</li>
<li>Alternative: &#8216;svnserve&#8217; and ra_svn</li>
</ul>
<p><strong>Download SVN.</strong></p>
<p>wget http://subversion.tigris.org/downloads/subversion-1.6.12.tar.bz2<br />
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.12.tar.bz2<br />
wget http://www.sqlite.org/sqlite-3.5.2.tar.gz</p>
<p><strong>(Subversion uses SQLite to manage some internal databases.)</strong></p>
<p>tar xzvf subversion-1.4.5.tar.bz2<br />
tar xzvf subversion-deps-1.6.12tar.bz2<br />
tar xzvf sqlite-3.5.2.tar.gz</p>
<p>cd sqlite-3.5.2<br />
./configure<br />
make<br />
make install<br />
./sqlite3<br />
.help<br />
.exit<br />
cd ..</p>
<p>cd subversion-1.4.5<br />
./configure<br />
make<br />
make install<br />
svn &#8211;version</p>
<p>Cheeerssss <img src='http://www.pankajdangi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="how to install svn in linux machine">how to install svn in linux machine</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="instarlar subversion linux">instarlar subversion linux</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion install linux">subversion install linux</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="compile subversion sqlite">compile subversion sqlite</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion uses sqlite?">subversion uses sqlite?</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion installation on linux">subversion installation on linux</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion 1 7 install sqlite">subversion 1 7 install sqlite</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion 1 6 12 download for linux">subversion 1 6 12 download for linux</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="step of installing svn on linux">step of installing svn on linux</a></li><li><a href="http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/" title="subversion-1 6 12 tar bz2">subversion-1 6 12 tar bz2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Delete .svn file in windows &amp; Linux</title>
		<link>http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/</link>
		<comments>http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:27:56 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=337</guid>
		<description><![CDATA[Hello Folks, There are two ways to delete .svn file from repository one is to delete .svn directories that have been left by subversion. find ./ -name &#8220;.svn&#8221; &#124; xargs rm -Rf (obviously you will want to keep the .svn folders if you are still using subversion) Linux: Cleaning a svn folder: find . -name [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Folks,</p>
<p>There are two ways to delete .svn file from repository one is to delete .svn directories that have been left by subversion.</p>
<p>find ./ -name &#8220;.svn&#8221; | xargs rm -Rf</p>
<p>(obviously you will want to keep the .svn folders if you are still using subversion)</p>
<h3>Linux: </h3>
<p><strong>Cleaning a svn folder:</strong><br />
    find . -name .svn -exec rm -rf {} ;</p>
<h3>Windows:</h3>
<p>Save the following to the folder to clean to a filename with a .cmd extension (cleansvn.cmd).  After that issue the command, eg., C:www>cleansvn</p>
<p>    for /f &#8220;tokens=* delims=&#8221; %%i in (&#8216;dir /s /b /a:d *svn&#8217;) do ( rd /s /q &#8220;%%i&#8221; )</p>
<p>Cheeersss.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="delete svn files">delete svn files</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="delete svn file">delete svn file</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="clean svn file">clean svn file</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="win 7 how to find svn files n delete">win 7 how to find svn files n delete</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="svn file delete">svn file delete</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="remove svn files windows">remove svn files windows</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="remove svn files">remove svn files</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="how to remove svn files windows">how to remove svn files windows</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="how to remove delete svn files in window">how to remove delete svn files in window</a></li><li><a href="http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/" title="how to delete svn files in windows">how to delete svn files in windows</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

