<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Pulling Subversion Logs for a Single User</title>
	<atom:link href="http://www.draconis.com/blog/2008/05/19/pulling-subversion-logs-for-a-single-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.draconis.com/blog/2008/05/19/pulling-subversion-logs-for-a-single-user/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 09:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Khajan singh</title>
		<link>http://www.draconis.com/blog/2008/05/19/pulling-subversion-logs-for-a-single-user/#comment-89</link>
		<dc:creator>Khajan singh</dc:creator>
		<pubDate>Sat, 02 Jul 2011 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dracoware.com/blog/?p=136#comment-89</guid>
		<description>you no need to do this long process if you are on linux you can retrieve logs by user with a easy command .
svn log -r {start date}:{end date} -v &#124; sed -n ‘/username/,/—–$/ p’If you wants to retrieve svn logs on the basis of username and between the given date range then you need use svn log -r {startDate}:{endDate} which is piped with sed command for username .More Information are given on the following blog link. http://khajan.blog.co.in/2011/01/05/retrieve-svn-logs-by-username/ please follow the link you will found a easy command to get all the logs between the given date range of specific user.....................</description>
		<content:encoded><![CDATA[<p>you no need to do this long process if you are on linux you can retrieve logs by user with a easy command .<br />
svn log -r {start date}:{end date} -v | sed -n ‘/username/,/—–$/ p’If you wants to retrieve svn logs on the basis of username and between the given date range then you need use svn log -r {startDate}:{endDate} which is piped with sed command for username .More Information are given on the following blog link. http://khajan.blog.co.in/2011/01/05/retrieve-svn-logs-by-username/ please follow the link you will found a easy command to get all the logs between the given date range of specific user&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jw</title>
		<link>http://www.draconis.com/blog/2008/05/19/pulling-subversion-logs-for-a-single-user/#comment-88</link>
		<dc:creator>jw</dc:creator>
		<pubDate>Sun, 06 Jun 2010 22:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dracoware.com/blog/?p=136#comment-88</guid>
		<description>Nice. Thanks</description>
		<content:encoded><![CDATA[<p>Nice. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

