<?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>Ryan's Tech Blog &#187; subversion</title>
	<atom:link href="http://ryepup.unwashedmeme.com/blog/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryepup.unwashedmeme.com/blog</link>
	<description>mostly tech, mostly rants</description>
	<lastBuildDate>Wed, 04 Jan 2012 03:42:20 +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>git-like line counts in svn using bash</title>
		<link>http://ryepup.unwashedmeme.com/blog/2010/01/18/git-like-line-counts-in-svn-using-bash/</link>
		<comments>http://ryepup.unwashedmeme.com/blog/2010/01/18/git-like-line-counts-in-svn-using-bash/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:20:10 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=157</guid>
		<description><![CDATA[I really like how git tells me how many lines inserted/removed when I commit, and wanted to get something similar from Subversion.  I&#8217;m working on a refactoring of an older system, and I wanted to know how my refactorings were effecting the code.  I think I&#8217;m going to remove a lot more code than I [...]]]></description>
			<content:encoded><![CDATA[<p>I really like how git tells me how many lines inserted/removed when I commit, and wanted to get something similar from Subversion.  I&#8217;m working on a refactoring of an older system, and I wanted to know how my refactorings were effecting the code.  I think I&#8217;m going to remove a lot more code than I add, but why wonder when svn has all this info?</p>
<p>Using my horrible bash skills and this post on <a href="http://asktherelic.com/2009/07/28/svn-output-totals/">SVN Line Output Totals</a>, I came up with an inefficient bash program to do what I want:</p>
<p><script src="http://gist.github.com/280422.js"></script></p>
<p>Example:</p>
<pre>
 > svn_line_changes -r 264:265
Scanning -r 264:265
Removed: 287
Added: 141
Difference: -146
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ryepup.unwashedmeme.com/blog/2010/01/18/git-like-line-counts-in-svn-using-bash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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

