<?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>Learning is an Art &#187; OpenSource</title>
	<atom:link href="http://www.singhvishwajeet.com/tag/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Thu, 10 Jun 2010 22:19:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install Eclipse Galileo (3.5) on Ubuntu</title>
		<link>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/</link>
		<comments>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:20:53 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=145</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse latest version is Galileo and its not available from ubuntu archive I just finished installing it on my machine i thought I will share instructions with my readers.<br />
So here we have a step by step instruction to install Eclipse Galileo (3.5) on Ubuntu mine is Hardy</p>
<p>Lets start with creating a directory where we want to install</p>
<div class="codesnip-container" >mkdir /bin/ide</p>
<p>cd  /bin/ide</p></div>
<p>you can manually download the installable from one of the available mirrors or you can use wget for same I prefer using wget</p>
<div class="codesnip-container" >wget http://d2u376ub0heus3.cloudfront.net/galileo/eclipse-java-galileo-linux-gtk.tar.gz</div>
<p>than we need to unzip the contents of the zip file and we are almost done</p>
<p style="font-family: monospace;"><span style="color: #000000;"><span style="font-weight: bold;"> </span></span></p>
<div class="codesnip-container" >tar xzvf eclipse-java-galileo-linux-gtk<span style="font-weight: bold;"> </span>.tar.gz</div>
<p>You can set the eclipse executable to your path</p>
<div class="codesnip-container" >PATH=$PATH:/bin/ide/eclipse</div>
<p>This is not the best way to do it but still does the job alternatively you can create a simple shell file and keep it in bin directory whcih just calls eclipse and you are good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/09/04/install-eclipse-galileo-3-5-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>My Personal Jira</title>
		<link>http://www.singhvishwajeet.com/2009/01/30/my-personal-jira/</link>
		<comments>http://www.singhvishwajeet.com/2009/01/30/my-personal-jira/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:48:54 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[non-techanical]]></category>
		<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=52</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Before starting on this I would like to than <a title="Atlassian" href="http://www.atlassian.com/" target="_blank">Atlassian</a> team for starting <a title="Personal license" href="http://www.atlassian.com/software/jira/personal.jsp" target="_blank">personal licenses</a> for users. I would say its really a big thing for me as it saves me a lot time going to <a title="Atlassian" href="http://www.atlassian.com/" target="_blank">atlassian site</a> and downloading license after every one month.</p>
<p>So now what do I do with my personal Jira installation :</p>
<p><strong>Tracking my own progress on things:</strong> My jira Installation has project name learning which I have components as shown below so the differnet sources of my learning has become components of my jira project learning and not forget the title of my Jira installation is Personal life Jira</p>
<div id="attachment_53" class="wp-caption alignnone" style="width: 310px"><a href="http://www.singhvishwajeet.com/wp-content/uploads/2009/01/jiracomp.jpg"><img class="size-medium wp-image-53" title="Personal Jira Components" src="http://www.singhvishwajeet.com/wp-content/uploads/2009/01/jiracomp-300x106.jpg" alt="Personal Jira Components" width="300" height="106" /></a><p class="wp-caption-text">Personal Jira Components</p></div>
<p>Similarly versions are quarters of year and I create few Jira issues for each components each quarter like say I have a traget of reading two books each quarter, write ten blog posts each quarter; Jira helps in setting my personal goals.</p>
<p>We all agree that putting down things on paper or in genral documenting it somehwere helps alot especially putting down what we want to do and what we are suppose to do. People might say Jira might be to big application for managing personal taks but in my humble opinion its not about tool its more about the intent. <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Developing some plugins and customization for Jira: </strong>Being a developer at heart I was not able to refrain my self  from trying my hands on Jira&#8217;s plugin development environment with so much <a title="Development Hub" href="http://confluence.atlassian.com/display/JIRA/JIRA+Development+Hub" target="_blank">help</a> available its pretty easy to get started though maven may suck you at start but once set it works as bread and butter.</p>
<p>So Jira as whole as impacted my learning process; I would like to thank Atlassian for providing such a nice tool and great licensing options.</p>
<p>Disclaimer: I am not associated with <a title="Atlasssina" href="http://www.atlassian.com/" target="_blank">Atlassian</a> by any means.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/01/30/my-personal-jira/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft and OpenSource Nice Comic at xkcd.om</title>
		<link>http://www.singhvishwajeet.com/2008/08/22/microsoft-and-opensource-nice-comic/</link>
		<comments>http://www.singhvishwajeet.com/2008/08/22/microsoft-and-opensource-nice-comic/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:01:13 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[xkcd.com]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=25</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 650px"><a href="http://xkcd.com/225/"><img title="Microsoft and OpenSource" src="http://imgs.xkcd.com/comics/open_source.png" alt="opensource" width="640" height="427" /></a><p class="wp-caption-text">Comic on Microsoft and OpenSource</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2008/08/22/microsoft-and-opensource-nice-comic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Subversion Repository as WebShare</title>
		<link>http://www.singhvishwajeet.com/2008/07/24/using-subversion-repository-as-webshare/</link>
		<comments>http://www.singhvishwajeet.com/2008/07/24/using-subversion-repository-as-webshare/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 10:33:06 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[webshare]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=5</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>This article assumes that you have installed and running Apache Server 2.0.59 and Apache is hosting your Subversion 1.4.4 repositories on windows XP machine. Might work with other versions and other Operating Systems also but same is not tested as far as I am concerned.</p>
<p><strong>Step1: Changes in Apache httpd.conf</strong></p>
<p>Add<strong> SVNAutoversioning</strong> directive in your Apache’s configuration file as shown below, which can be found in conf directory Apache installation.</p>
<p>When SVNAutoversioning is active, write requests from WebDAV clients result in automatic commits. A generic log message is auto-generated and attached to each revision. Before activating this feature, however, understand what you’re getting into. WebDAV clients tend to do <em><span style="font-style: normal;">many</span></em> write requests, resulting in a huge number of automatically committed revisions. For example, when saving data, many clients will do a
<div class="codesnip-container" ><span style="font-family: ">PUT</span></div>
<p> of a 0-byte file (as a way of reserving a name) followed by another
<div class="codesnip-container" ><span style="font-family: ">PUT</span></div>
<p> with the real file data. The single file-write results in two separate commits. Also consider that many applications auto-save every few minutes, resulting in even more commits.</p>
<p>If you have a post-commit hook program that sends email or generates RSS feeds, you may want to disable email and feed generation either altogether, or on certain sections of the repository.</p>
<p><em>&lt;Location /repos&gt;</em></p>
<p><em>DAV svn</em></p>
<p><em>SVNPath /path/to/repository</em></p>
<p><em>SVNAutoversioning on</em></p>
<p>ModMimeUsePathInfo on</p>
<p><em>&lt;/Location&gt;</em></p>
<p><em><strong>ModMimeUsePathInfo</strong></em> allows
<div class="codesnip-container" ><strong><span style="font-family: ">mod_mime</span></strong></div>
<div class="codesnip-container" ><span style="font-family: "> </span></div>
<p>which is Apache&#8217;s module to attempt automatic deduction of the mime-type on new files that enter the repository via autoversioning. The module looks at the file’s named extension and possibly the contents as well; if the file matches some common patterns, then the the file’s
<div class="codesnip-container" ><span style="font-family: ">svn:mime-type</span></div>
<p> property will be set automatically. For this you will have to uncomment or add the load module directive for mod_mime.</p>
<p><em>LoadModule mime_module modules/mod_mime.so</em></p>
<p>Make sure that this line is present in load module section of httpd.conf and uncommented.</p>
<p>Now your Apache is set to accept DeltaV or WebDAV Clients.</p>
<p><strong>Step2: Creating Network Share</strong></p>
<p>Create network share i.e. a web share on some client machine or you can do it on same machine.</p>
<p><em>Go to My Network places -&gt; add network place</em></p>
<p>You will see add a network place wizard click on next, than you will ask where you want to create this network place click next.</p>
<p>You will see a window as shown below asking you to enter Internet or network address</p>
<p>Enter http path to your repository, please don’t forget to add port number to it. e.g. <a href="http://myserver/repos">http://myserver/repos</a> and click next than you will be asked for authentication enter your credentials for repository access and than it will ask you the name of your network share enter any name you want.</p>
<p>Your repository is mounted as network or Web Share.</p>
<p>Now you can edit your files and cross check your repositories log messages to see auto commits and auto generated log messages. Which say’s commit by a non DeltaV client.</p>
<p>But before really using it you should make sure that you should know what you are doing. As far as I see this can be of great help to people who are non-developer and want to manage documentations with customers and among there team with actually needing a Subversion client lie Tortoise, many people think it’s a killer feature and I am no exception to it but the bottom line is that it comes at cost and you should know what the cost is and you are willing to pay it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2008/07/24/using-subversion-repository-as-webshare/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ten Reasons Why You Should Use Subversion</title>
		<link>http://www.singhvishwajeet.com/2008/07/20/4/</link>
		<comments>http://www.singhvishwajeet.com/2008/07/20/4/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 10:28:53 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=4</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<div class="Section1">
<p>CVS was pretty good for me. I was not too happy but didn’t have many options  either. Then one day, my friend told me about Subversion, the new age version  control system. I decided to give it a shot and today I proudly admit that was  one of the best decisions I ever took.</p>
<p><strong>Why you should avoid using CVS</strong></p>
<p><strong>Commits are not atomic</strong>: that means if your commits fail in  between the commit process then you end up in an inconsistent state and after  that CVS gives you a lot of pain if you try to commit something.</p>
<p><strong>Un-versioned Directories</strong>: As CVS deals at file level there  is no versioning at the directory level</p>
<p>Pretty slow <strong>branching and tagging</strong></p>
<p><strong>No History of copy, move and rename</strong>: No history is  maintained while renaming files i.e. if you rename a file all history associated  with it is lost and we say it’s a version control! Same is true with moving and  copying.</p>
<p>There are a lot many things that I can write, but my aim is not to criticize  CVS, but to tell you why you should use Subversion.</p>
<p><strong>Atomic commits: </strong>Commits are truly atomic which means either  your commits succeed completely or fail completely; you will never be in  inconsistent state.</p>
<p><strong>File and Directory rename without losing history: </strong>You can  happily rename your files without losing history at all.</p>
<p><strong>Copy and Move: </strong>Restructure your directory anytime you feel  with losing your revision history.</p>
<p><strong>Branching and tagging is cheap operation: </strong>Branch as you like  and as much you like; it’s fast and simple.</p>
<p><span class="GramE"><strong>Sends <span class="SpellE">diffs</span> both ways: </strong>No bandwidth issues at all, whether you use it through intranet or the  internet; as it sends <span class="SpellE">diffs</span> both ways.</span><strong> </strong></p>
<p><strong>Secure network access through https using <span class="SpellE">ssl</span>: </strong>It’s pretty important for teams working at  different geographical locations to have secure access.</p>
<p><strong>Support for binary files: </strong>Subversion treats binary files  same as text files. Whether a file is binary or not does not affect the amount  of repository space used to store changes to that file, nor does it affect the  amount of traffic between client and server. For storage and transmission  purposes, Subversion uses a <span class="SpellE">diffing</span> method that works  equally well on binary and text files.</p>
<p><strong>Easy backups: </strong>You can take backups pretty easily using <span class="SpellE">svnadmin</span> ‘dump’ and ‘<span class="SpellE">hotcopy</span>’.</p>
<p><strong>Migration support for CVS and VSS: </strong>Migration scripts are  readily available for CVS as well as VSS but people using CVSNT might not have  enough luck to migrate successfully using the cvs2svn script.</p>
<p><strong>Folder level access controls: </strong>There’s better, more granular  security as well; you can set folder level permissions.</p>
<p>There are a lot of points I have missed, as my article is drop in the ocean  of the limitless possibilities with Subversion. I’d be happy to hear your  feedback on such points and on the article in general.</p>
<p class="MsoNormal">
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2008/07/20/4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GIT vs Subversion</title>
		<link>http://www.singhvishwajeet.com/2008/07/17/git-vs-subversion/</link>
		<comments>http://www.singhvishwajeet.com/2008/07/17/git-vs-subversion/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:48:54 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=3</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of fuss about which is the better version control system among the  likes of CVS, Subversion, Git, SVK, Perforce, Accurev, the list goes on and on. But I am going to limit myself to Git and Subversion which are frequently being compared in the arena of SCM. These two version control systems fall in two different categories</p>
<ul type="disc">
<li class="MsoNormal">Distributed version control      systems like Git and Code Co-Op</li>
<li class="MsoNormal">Centralized version control      systems like CVS and SVN</li>
</ul>
<p><strong>Distributed Version Control system</strong></p>
<ul type="disc">
<li class="MsoNormal">In a distributed version      control system every developer has his own private copy of the      complete source code on his or her machine.</li>
<li class="MsoNormal">They can put changes in their      modules and can sync their changes with other      developers.</li>
<li class="MsoNormal"> If by any means, access      to the developer’s machine with whom you generally sync is not available,      you have options to sync it with others. Also there is no bottleneck as      you can sync with anyone in your project.</li>
<li class="MsoNormal">This system is generally      structured as a pyramid, as developers at a particular level can deliver      changes with other developers on their level or the level above them and      at the top of the pyramid is the person who holds the decision of what      actually goes in the main line of development.</li>
<li class="MsoNormal">Developers can work on the      source code their own way without affecting anyone else. These developers      can work with their fellow developers and sync changes with each other.</li>
<li class="MsoNormal">Each can decide what changes      to accept or reject from their fellow developers.</li>
<li class="MsoNormal">The advantage is that the      code is distributed and there is no “point of failure”.</li>
<li class="MsoNormal">Distributed systems enable a      lot of private work in a way that is bad for the development.</li>
<li class="MsoNormal">Maintenance tends to be      sloppier on distributed systems.</li>
<li class="MsoNormal">Git falls in this category;      this type of development is not used very commonly. Perhaps the biggest      example of this is Linux kernel development.</li>
</ul>
<p><strong>Centralized Version Control system </strong></p>
<ul type="disc">
<li class="MsoNormal">In a centralized system there      is a repository on the central server where all the source code goes.</li>
<li class="MsoNormal">Every developer checks out      the working copy of the same piece of code and then makes changes in their      working copy and everyone can commit changes to the main line of      development.</li>
<li class="MsoNormal">Anybody can put changes in      anyone’s module if no folder level control is exercised.</li>
<li class="MsoNormal">In such a system every one      gets the changes of other developers whether they are willing to do so or      not. A centralized system is much more likely to be backed up and its      hardware kept up to date.</li>
<li class="MsoNormal">Subversion falls in this      category. This type of development is very common. Sourceforge.net follows      this type of version control.</li>
</ul>
<p>The distributed systems do work by not needing a server (except for rsync and any web server). But truly speaking the server-less system they set up is more complicated in actual practice than a single well-maintained server.</p>
<p>The official claim is that a centralized server cannot handle distributed type of development. I disagree that centralized servers cannot handle this development methodology. Let’s imagine a centralized version control system that has excellent branch development capabilities. No developer directly works off the trunk. Instead, each developer has one branch that is created from the trunk. Developers can merge their branches into the trunk or in other branches as done in distributed systems. For this to work, branching and merging operations must be smooth. And even the pyramid structure of distributed system can be implemented by controlling which all branches are to be merged in the trunk.</p>
<p>Subversion can be better but this has nothing to do with centralization. With the benefits of a centralized system, Subversion also gives you the flexibility to be used as a distributed system if you use right approach to it.</p>
<p>This is my personal opinion based upon my experiences working in the software engineering field. Feel free to comment on it and point out errors in judgment, if any.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2008/07/17/git-vs-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Subversion 1.5 Has in Store for You?</title>
		<link>http://www.singhvishwajeet.com/2008/06/10/what-subversion-15-has-in-store-for-you/</link>
		<comments>http://www.singhvishwajeet.com/2008/06/10/what-subversion-15-has-in-store-for-you/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:33:52 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Subversion 1.5]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=6</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been long time and we keep hearing a lot about Subversion 1.5. I am a bit curious and tempted to see what actually it has to offer us.<br />
I went through all the stuff on the Collabnet website and tried all the stuff there, even the available binaries of Subversion 1.5 and Eclipse GUI client for same. Don’t worry, I am not going to discuss advance merging and tracking and all, I will just give you a walk through of what all features it has in store for you. I wanted to write this document because I was looking for a document which is short and sweet and gives me crispy details, of what all things are about to come, though I didn’t find one but I hope that this will the end of your search for such a document, provided you are searching for something like that. I will discuss a few of the key features which will be available in Subversion 1.5.</p>
<p><strong>Merge Tracking</strong>: We all needed it desperately and it’s going to be out in some time. Presently Subversion offers branching and merging but does not record them in history. Subversion 1.5 will give auto merging facility and manual merging facility and will maintain its history which change sets were merged and when they were merged, so now it‘s not required to remember the merges performed. SVN command blame and log will also give the details of merges in history. The presently available client on collabnet is for Eclipse and it offers two types of merges: Standard merge based on URL and revision inputs and advanced merge (exposes all command line options). You will not get the installer for it; you can automatically install it through the update/install option available in eclipse menu.</p>
<p><strong>Sparse Directory checkouts</strong>: This is also one of the much needed additions. Presently in Subversion when you check out a directory you get all the directories below it in your working copy whether you need it or not. You have the option of only checking out top level folder, which is not enough. This becomes a messy business in large projects. Now with Subversion 1.5 you can check out selected subdirectories by specifying depth. Something like giving _depth = files.</p>
<p><strong>Backing up FSFS repositories Subversion 1.5 way</strong>: This is a nice little feature added that will help make administration of FSFS repositories a little bit easier, especially when it comes to backup. The new feature is that `svnadmin recover` has now something to do for FSFS repositories. Most of you might not have come across it. It is one of those little features that were invented for the Berkeley DB repositories.</p>
<p><strong>Tree Structured FSFS repository:</strong> This might not be of much interest to many but its there for you. Presently we have revisions stored in a single directory as db\revs\0 for revision zero and so on and so forth for revprops. This can lead to a single directory with large number of files. People relate some speed issues with it which I cannot understand. If you get it, do let me know. In Subversion 1.5, the structure has changed slightly. Newly-created FSFS repositories will instead use a two-level tree with up to (by default) 1000 files per directory. This means that revisions 0-999 will be stored in a directory db/revs/0/, revisions 1000-1999 will be stored in db/revs/1/, and so on.</p>
<p><strong>Copy/Move improvements</strong>: Presently available move and copy is not true move; it is a two step procedure &#8211; first the deletion of old files and then the addition of new ones. In Subversion 1.5 we can expect a true copy and move or even rename.</p>
<p>There are few more features, but I am not going to discuss them here. The above mentioned ones are what I thought might interest people.</p>
<p class="MsoNormal">
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2008/06/10/what-subversion-15-has-in-store-for-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
