<?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: SVN Log History By User to HTML</title>
	<atom:link href="http://www.reverttoconsole.com/blog/codesnippets/svn-log-history-by-user-to-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/</link>
	<description>for f in *;do echo &#124; sed &#039;i\rtc&#039; &#62;&#62; $f;done; java programming et al</description>
	<lastBuildDate>Thu, 19 Jan 2012 04:32:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-36471</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 17 Sep 2010 14:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-36471</guid>
		<description>Sounds like a good idea Mr X.
I haven&#039;t committed this to a repo anywhere. Feel free to take what I&#039;ve posted and run with it.
If you commit it to github or some other place, please consider posting a link via comment here.</description>
		<content:encoded><![CDATA[<p>Sounds like a good idea Mr X.<br />
I haven&#8217;t committed this to a repo anywhere. Feel free to take what I&#8217;ve posted and run with it.<br />
If you commit it to github or some other place, please consider posting a link via comment here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr x</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-36454</link>
		<dc:creator>Mr x</dc:creator>
		<pubDate>Fri, 17 Sep 2010 13:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-36454</guid>
		<description>How about generating some statistics on top, like total number of commits of specific user, commits per month by specific user and commits by specific user in comparison to total amount of commits made?

Who can contribute?</description>
		<content:encoded><![CDATA[<p>How about generating some statistics on top, like total number of commits of specific user, commits per month by specific user and commits by specific user in comparison to total amount of commits made?</p>
<p>Who can contribute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-7490</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-7490</guid>
		<description>Glad that worked out for you GEDZ, thanks for the format upgrade tip.</description>
		<content:encoded><![CDATA[<p>Glad that worked out for you GEDZ, thanks for the format upgrade tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedz</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-7470</link>
		<dc:creator>gedz</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-7470</guid>
		<description>Quick format upgrade:

after table border =1
tr
td width=&quot;80&quot; bgcolor=&quot;&quot; bordercolor=&quot;&quot; bordercolorlight=&quot;&quot; bordercolordark=&quot;&quot;Revision#/td
td width=&quot;80&quot; bgcolor=&quot;&quot; bordercolor=&quot;&quot; bordercolorlight=&quot;&quot; bordercolordark=&quot;&quot;Author/td
td width=&quot;963&quot; bgcolor=&quot;&quot; bordercolor=&quot;&quot; bordercolorlight=&quot;&quot; bordercolordark=&quot;&quot;Change path/td
td width=&quot;200&quot; bgcolor=&quot;&quot; bordercolor=&quot;&quot; bordercolorlight=&quot;&quot; bordercolordark=&quot;&quot;Log Message/td
/tr


Then......

Set the td with for the respective values
Example:

td width=&quot;80&quot;xsl:value-of select=@revision//td

and so on.....</description>
		<content:encoded><![CDATA[<p>Quick format upgrade:</p>
<p>after table border =1<br />
tr<br />
td width=&#8221;80&#8243; bgcolor=&#8221;" bordercolor=&#8221;" bordercolorlight=&#8221;" bordercolordark=&#8221;"Revision#/td<br />
td width=&#8221;80&#8243; bgcolor=&#8221;" bordercolor=&#8221;" bordercolorlight=&#8221;" bordercolordark=&#8221;"Author/td<br />
td width=&#8221;963&#8243; bgcolor=&#8221;" bordercolor=&#8221;" bordercolorlight=&#8221;" bordercolordark=&#8221;"Change path/td<br />
td width=&#8221;200&#8243; bgcolor=&#8221;" bordercolor=&#8221;" bordercolorlight=&#8221;" bordercolordark=&#8221;"Log Message/td<br />
/tr</p>
<p>Then&#8230;&#8230;</p>
<p>Set the td with for the respective values<br />
Example:</p>
<p>td width=&#8221;80&#8243;xsl:value-of select=@revision//td</p>
<p>and so on&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedz</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-7469</link>
		<dc:creator>gedz</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-7469</guid>
		<description>Quick format upgrade:

after 

Revision#
Authortd&gt;
Change path
Log Message



Then......

Set the td with for the respective values
Example:



and so on.....</description>
		<content:encoded><![CDATA[<p>Quick format upgrade:</p>
<p>after </p>
<p>Revision#<br />
Authortd&gt;<br />
Change path<br />
Log Message</p>
<p>Then&#8230;&#8230;</p>
<p>Set the td with for the respective values<br />
Example:</p>
<p>and so on&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedz</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-7468</link>
		<dc:creator>gedz</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-7468</guid>
		<description>Ok. Take that back. it works fine...!! thanks.</description>
		<content:encoded><![CDATA[<p>Ok. Take that back. it works fine&#8230;!! thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedz</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-7467</link>
		<dc:creator>gedz</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-7467</guid>
		<description>Nice idea. But its not working for me. after generating the xml output and placed the line in the xml &#039;. I did not get the desired out put. 

what I am doing wrong?</description>
		<content:encoded><![CDATA[<p>Nice idea. But its not working for me. after generating the xml output and placed the line in the xml &#8216;. I did not get the desired out put. </p>
<p>what I am doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toc</title>
		<link>http://www.reverttoconsole.com/blog/tools/svn-log-history-by-user-to-html/comment-page-1/#comment-5765</link>
		<dc:creator>toc</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/?p=218#comment-5765</guid>
		<description>YOU ARE 
!!A W E S O M E!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

thanks for a cool style sheet!</description>
		<content:encoded><![CDATA[<p>YOU ARE<br />
!!A W E S O M E!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<p>thanks for a cool style sheet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

