<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>This is my blog</title>
	<link>http://www.ronniealleva.org</link>
	<description>There are many like it but this one is mine</description>
	<lastBuildDate>Mon, 10 May 2010 07:06:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Create a Review Board review using git svn and checked in code</title>
		<description><![CDATA[Our group is starting to use Review Board more and more to conduct our code reviews.  But using it with git-svn, or with anything you&#8217;ve already checked into svn can be a real hassle.  You don&#8217;t want to have uncommitted code hanging around in your computer for extended periods of time for a number of [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2010/05/10/create-a-review-board-review-using-git-svn-and-checked-in-code/</link>
			</item>
	<item>
		<title>Cloned a git-svn clone, now git svn fetch fails</title>
		<description><![CDATA[If you go to the bottom of the page for git-svn, under the &#8220;Basic Examples&#8221; section, you&#8217;ll see in there a procedure to clone a git-svn repo that someone has painstakingly already cloned from svn.  That&#8217;s great, because it will save you hours and hours of mind numbing time that would normally take someone to [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2010/03/29/cloned-a-git-svn-clone-now-git-svn-fetch-fails/</link>
			</item>
	<item>
		<title>Materialised views and Spring DAO Tests</title>
		<description><![CDATA[So, you have a materialized view in your DB.  That&#8217;s great.  Give yourself a cookie.
You also have created a set of tests in your DAO layer, using the AbstractTransactionalSpringContextTests.  Good for you, again.
But when you try to mix these two together, you may see tests failing and can&#8217;t immediately see why.  This can happen if [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2010/03/01/materialised-views-and-spring-dao-tests/</link>
			</item>
	<item>
		<title>Conky Hudson plugin</title>
		<description><![CDATA[I just finished updating the conky hudson plugin.  You can get more information on main page here.  Hopefully, you like it.  If not, then&#8230;what do you want from me?
]]></description>
		<link>http://www.ronniealleva.org/index.php/2010/01/24/conky-hudson-plugin/</link>
			</item>
	<item>
		<title>More git-svn fun: working with svn branches</title>
		<description><![CDATA[So, last time I detailed using git to work with your svn trunk.  But many of you asked, &#8220;But Ralph, my svn repo has many branches and many tags because developers love branches and tags!  How can I work with that?&#8221;  Well, since no one reads this blog and no one actually [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2009/09/16/more-git-svn-fun-working-with-svn-branches/</link>
			</item>
	<item>
		<title>Script-fu: cat directly to X clipboard</title>
		<description><![CDATA[Have you ever wanted to &#8216;cat&#8217; a file directly to the clipboard? OF COURSE, why else would you be reading this sentence?
Simply install &#8216;xclip&#8217;, which is simple also, if you are on ubuntu:

sudo apt-get install xclip

Anything that you pipe to it goes to the X11 clipboard.  Once there, you can just hit the middle [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2009/04/10/script-fucat-directly-to-x-clipboard/</link>
			</item>
	<item>
		<title>maven-jmeter-plugin release</title>
		<description><![CDATA[WOW what a long day since my last post!  IT WAS ONE DAY I SWEAR.  Anyway, I put up an information page for the maven-jmeter-plugin up here.
I also set up a google code project here for it.  Please let me know if you have any features or feedback on it.
Thanks!
]]></description>
		<link>http://www.ronniealleva.org/index.php/2009/01/12/maven-jmeter-plugin-release/</link>
			</item>
	<item>
		<title>A better JMeter Maven plugin</title>
		<description><![CDATA[UPDATE: You can find the information about the JMeter Maven plugin here
Recently my co-worker James suggested we automate our tests on our project using JMeter and gave me his webpage about the trials and tribulations he went through to get it set up.  It linked to a wiki page, in which someone had created a [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2008/12/22/a-better-jmeter-maven-plugin/</link>
			</item>
	<item>
		<title>Using Git and Subversion in 5 Easy Steps</title>
		<description><![CDATA[I recently wanted to use a distributed version control system to learn and to try it out, since I have been hearing great things about it.  The only issue is that my team (and like 1 million other teams universe wide) currently uses Subversion, and trying to get them to switch over would be like [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2008/08/28/using-git-and-subversion-in-5-easy-steps/</link>
			</item>
	<item>
		<title>How to create a tar of files you have updated in SVN</title>
		<description><![CDATA[I had to recently send some modified files to someone so that they could take a look at what I was doing.  OH NOES!  How do I gather them all up at once?

tar cvzf somefile.tar.gz `svn stat &#124; awk '{print &#34;test -f &#34; $2 &#34; &#38;&#38; echo &#34; $2}' &#124; bash`

Word.
To break it down:
The svn [...]]]></description>
		<link>http://www.ronniealleva.org/index.php/2008/07/29/how-to-create-a-tar-of-files-you-have-updated-in-svn/</link>
			</item>
</channel>
</rss>
