<?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>KYRIAKOS ANASTASAKIS - ΚΥΡΙΑΚΟΣ ΑΝΑΣΤΑΣΑΚΗΣ &#187; subvstats</title>
	<atom:link href="http://kyriakos.anastasakis.net/tag/subvstats/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyriakos.anastasakis.net</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 08:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A simple program for subversion statistics (subvstats)</title>
		<link>http://kyriakos.anastasakis.net/2006/07/02/subvstats/</link>
		<comments>http://kyriakos.anastasakis.net/2006/07/02/subvstats/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 01:30:00 +0000</pubDate>
		<dc:creator>Kyriakos Anastasakis</dc:creator>
				<category><![CDATA[My Programs]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[subvstats]]></category>

		<guid isPermaLink="false">http://kyriakos.anastasakis.net/blog/2006/07/02/a-simple-program-for-subversion-statistics-subvstats/</guid>
		<description><![CDATA[Today I finished a beta version of a simple java program that collects the statistics from a subversion repository. I have created a website for the program: http://www.freewebs.com/subvstats/ It currently works by checking the whole history of the repository, finding how many lines have been added/removed in each file by using the &#8220;svn diff&#8221; command [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finished a beta version of a simple java program that collects the statistics from a subversion repository. I have created a website for the program: <a href="http://www.freewebs.com/subvstats/">http://www.freewebs.com/subvstats/</a></p>
<p>It currently works by checking the whole history of the repository, finding how many lines have been added/removed in each file by using the &#8220;svn diff&#8221; command and creating an HTML report.<br />
A sample of the report can be found here: <a href="http://www.freewebs.com/subvstats/samplereport.html">http://www.freewebs.com/subvstats/samplereport.html</a></p>
<p>The program should work for relatively small repositories. As soon as I have time I will document it more and generate more statistics. And yes, I am thinking of making it opensource, but not in its current state. I first need to find some time to document the code properly and have a stable version.</p>
<p>Keywords: Subversion, statistics, package, tool, program, software, java, subvstats.</p>
]]></content:encoded>
			<wfw:commentRss>http://kyriakos.anastasakis.net/2006/07/02/subvstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

