<?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>Sound Alliance Developers &#187; Sasha</title>
	<atom:link href="http://developer.thesoundalliance.net/author/sgerrand/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.thesoundalliance.net</link>
	<description>New from the TSA Engine Room</description>
	<lastBuildDate>Thu, 23 Sep 2010 08:37:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>30,000 commits and rising</title>
		<link>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/</link>
		<comments>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 23:59:58 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=116</guid>
		<description><![CDATA[The Sound Alliance version control repository hit the 30,000 mark today. To celebrate, here&#8217;s a quick POSIX one liner to get the counts by user for your local repo:
SVNBASE=`svn info http://YOUR_SVN_REPO&#124;grep '^Repository Root'&#124;awk '{print $3}'`;svn log "$SVNBASE"&#124;grep '^r[0-9]'&#124;cut -d'&#124;' -f2&#124;sort&#124;uniq -c&#124;sort -nr
]]></description>
			<content:encoded><![CDATA[<p>The Sound Alliance version control repository hit the 30,000 mark today. To celebrate, here&#8217;s a quick POSIX one liner to get the counts by user for your local repo:</p>
<p><code>SVNBASE=`svn info http://YOUR_SVN_REPO|grep '^Repository Root'|awk '{print $3}'`;svn log "$SVNBASE"|grep '^r[0-9]'|cut -d'|' -f2|sort|uniq -c|sort -nr</code></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

