<?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>Cameron Priem &#187; subversion</title>
	<atom:link href="http://cameronpriem.com/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://cameronpriem.com</link>
	<description>Professional Software Development</description>
	<lastBuildDate>Tue, 11 Aug 2009 12:12:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get subversion changes for single author</title>
		<link>http://cameronpriem.com/2008/10/get-subversion-changes-for-single-author/</link>
		<comments>http://cameronpriem.com/2008/10/get-subversion-changes-for-single-author/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:11:41 +0000</pubDate>
		<dc:creator>Campo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://cameronpriem.com/?p=13</guid>
		<description><![CDATA[A while ago I was approached by my boss &#8220;I need a list of all the changes a former employee committed into subversion&#8221; &#8220;No problem!&#8221; I replied with gusto. It didn&#8217;t turn out to be as easy as I thought.  &#8230; <a href="http://cameronpriem.com/2008/10/get-subversion-changes-for-single-author/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while ago I was approached by my <a href="http://ndn.newsweek.com/media/25/71014_MoneyHappiness_vl-vertical.jpg" target="_blank">boss</a><br />
&#8220;<em>I need a list of all the changes a former employee committed into subversion</em>&#8221;<br />
&#8220;<em>No problem!</em>&#8221; I replied with gusto.</p>
<p>It didn&#8217;t turn out to be as easy as I thought.  I figured there would be an inbuilt subversion command to do this, but after searching the subversion documentation I couldn&#8217;t find anything helpful.  I then went to plan B which consisted of:</p>
<p>-  Download windows sed editor: <a href="http://www.cornerstonemag.com/sed/">http://www.cornerstonemag.com/sed/</a><br />
-  export svn log to a txt file<br />
-  Run this sed command on txt file (this example was for only author of cpriem): sed -n &#8220;/cpriem/,/&#8212;&#8211;$/ p&#8221; svn.txt &gt; cpriemSvn.txt<br />
<em><br />
svn.txt is input file from svn log<br />
cpriemSvn.txt is output file</em></p>
<p>sed command from: <a href="http://svn.haxx.se/users/archive-2007-08/0748.shtml">http://svn.haxx.se/users/archive-2007-08/0748.shtml</a></p>
<p>There may be an easier way with the latest version of subversion so just check out the documentation first.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronpriem.com/2008/10/get-subversion-changes-for-single-author/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

