<?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>This is my blog &#187; Uncategorized</title>
	<atom:link href="http://www.ronniealleva.org/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<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>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cloned a git-svn clone, now git svn fetch fails</title>
		<link>http://www.ronniealleva.org/index.php/2010/03/29/cloned-a-git-svn-clone-now-git-svn-fetch-fails/</link>
		<comments>http://www.ronniealleva.org/index.php/2010/03/29/cloned-a-git-svn-clone-now-git-svn-fetch-fails/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:53:50 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.ronniealleva.org/?p=137</guid>
		<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>
			<content:encoded><![CDATA[<p>If you go to the bottom of the page for <a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html">git-svn</a>, 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 clone an svn repo.</p>
<p>That person may be tremendously happy&#8230;that is, until, you try to &#8220;git svn fetch&#8221; to get new revisions and branched and what have you, and you get an error message like this:</p>
<blockquote><p>Last fetched revision of (some branch or tag) was r3421, but we are about to fetch: r3421!</p></blockquote>
<p>In an attempt to fix it, you may find <a href="http://www.jukie.net/bart/blog/20080916155113">this blog post</a>, saying to remove the .ref files from your svn directory, which also proves fruitless.</p>
<p>The fix: modify the .git/svn/.metadata file so that the branches-maxRev and tags-maxRev equals the latest commit revision in svn.  So it should look like this after you are done:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">; This file is used internally by git-svn
; You should not have to edit it
[svn-remote &quot;svn&quot;]
 reposRoot = (svn server name)
 uuid = c08781d2-f03e-0410-8c7c-e884ea3e41f3
 branches-maxRev = 17224
 tags-maxRev = 17224</pre></div></div>

<p>Where 17224 was our latest revision.</p>
<p>I got the idea from git-svn&#8217;s webpage, where it states:</p>
<blockquote><p>If the subset of branches or tags is changed after fetching, then .git/svn/.metadata must be manually edited to remove (or reset) branches-maxRev and/or tags-maxRev as appropriate.</p></blockquote>
<address> </address>
<p>I must caveat this with the fact that I have no idea why this works. Git svn is still black magic to me, and making this work is akin to me throwing muskrat bones onto a flaming pyre, and drawing conclusions from the charred remains.  Maybe someone with more git knowledge could drop it off here?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronniealleva.org/index.php/2010/03/29/cloned-a-git-svn-clone-now-git-svn-fetch-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conky Hudson plugin</title>
		<link>http://www.ronniealleva.org/index.php/2010/01/24/conky-hudson-plugin/</link>
		<comments>http://www.ronniealleva.org/index.php/2010/01/24/conky-hudson-plugin/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:55:32 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ronniealleva.org/?p=125</guid>
		<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>
			<content:encoded><![CDATA[<p>I just finished updating the conky hudson plugin.  You can get more information on main page <a href="http://www.ronniealleva.org/index.php/conky-hudson-status/">here</a>.  Hopefully, you like it.  If not, then&#8230;what do you want from me?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronniealleva.org/index.php/2010/01/24/conky-hudson-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>maven-jmeter-plugin release</title>
		<link>http://www.ronniealleva.org/index.php/2009/01/12/maven-jmeter-plugin-release/</link>
		<comments>http://www.ronniealleva.org/index.php/2009/01/12/maven-jmeter-plugin-release/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:53:52 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ronniealleva.org/?p=42</guid>
		<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>
			<content:encoded><![CDATA[<p>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 <a href="http://www.ronniealleva.org/index.php/maven-jmeter-plugin/">here</a>.</p>
<p>I also set up a google code project <a href="http://code.google.com/p/jmeter-maven-plugin/">here</a> for it.  Please let me know if you have any features or feedback on it.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronniealleva.org/index.php/2009/01/12/maven-jmeter-plugin-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.ronniealleva.org/index.php/2007/08/13/hello-world/</link>
		<comments>http://www.ronniealleva.org/index.php/2007/08/13/hello-world/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 04:50:29 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok, I started this up again since a lot of things are going on with me right now, like a trip to Korea for business and in the process of buying a new house.  I cleaned everything out and now it&#8217;s back up.  Stay tuned&#8230;or don&#8217;t, I don&#8217;t give an eff.
]]></description>
			<content:encoded><![CDATA[<p>Ok, I started this up again since a lot of things are going on with me right now, like a trip to Korea for business and in the process of buying a new house.  I cleaned everything out and now it&#8217;s back up.  Stay tuned&#8230;or don&#8217;t, I don&#8217;t give an eff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ronniealleva.org/index.php/2007/08/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
