<?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://pankajdangi.com/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://pankajdangi.com</link>
	<description>TechReports on Latest technology, Open Source</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:00:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install Subversion on linux machine</title>
		<link>http://pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/</link>
		<comments>http://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 only)
libtool [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete .svn file in windows &amp; Linux</title>
		<link>http://pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/</link>
		<comments>http://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 .svn [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2009/12/how-to-delete-svn-file-in-windows-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.215 seconds -->
