<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to convert from Subversion to Git</title>
	<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/</link>
	<description>Software Developer</description>
	<pubDate>Tue, 06 Jan 2009 00:12:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Ron Evans</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-7030</link>
		<dc:creator>Ron Evans</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:37:39 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-7030</guid>
		<description>For me, I use:

svn -q log &#124; grep ^r &#124; cut -d '&#124;' -f 2 &#124; sort &#124; uniq</description>
		<content:encoded><![CDATA[<p>For me, I use:</p>
<p>svn -q log | grep ^r | cut -d &#8216;|&#8217; -f 2 | sort | uniq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-6550</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 13 Sep 2008 07:52:05 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-6550</guid>
		<description>floehopper: I make that
svn log --quiet &#124; grep ^r &#124; cut -d '&#124;' -f 2 &#124; sort &#124; uniq</description>
		<content:encoded><![CDATA[<p>floehopper: I make that<br />
svn log &#8211;quiet | grep ^r | cut -d &#8216;|&#8217; -f 2 | sort | uniq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: floehopper</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5958</link>
		<dc:creator>floehopper</dc:creator>
		<pubDate>Sat, 26 Jul 2008 22:36:59 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5958</guid>
		<description>Thanks - that's helpful. In case anyone else finds it useul, here's a quick one-liner to list all the users that have committed to your svn repository...

svn log --quiet &#124; grep '^r.*' &#124; cut -d ' ' -f 3 &#124; sort &#124; uniq</description>
		<content:encoded><![CDATA[<p>Thanks - that&#8217;s helpful. In case anyone else finds it useul, here&#8217;s a quick one-liner to list all the users that have committed to your svn repository&#8230;</p>
<p>svn log &#8211;quiet | grep &#8216;^r.*&#8217; | cut -d &#8216; &#8216; -f 3 | sort | uniq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianni Chiappetta</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5950</link>
		<dc:creator>Gianni Chiappetta</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:46:14 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5950</guid>
		<description>Thanks Paul, I'll be referring to this article!</description>
		<content:encoded><![CDATA[<p>Thanks Paul, I&#8217;ll be referring to this article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
