<?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>Duncan Mac-Vicar P. &#187; svn</title>
	<atom:link href="http://duncan.mac-vicar.com/blog/archives/tag/svn/feed" rel="self" type="application/rss+xml" />
	<link>http://duncan.mac-vicar.com/blog</link>
	<description>homepage</description>
	<lastBuildDate>Mon, 05 Jul 2010 13:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>fixing a moved git-svn checkout</title>
		<link>http://duncan.mac-vicar.com/blog/archives/282#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://duncan.mac-vicar.com/blog/archives/282#comments</comments>
		<pubDate>Fri, 07 Dec 2007 12:21:41 +0000</pubDate>
		<dc:creator>duncan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/282</guid>
		<description><![CDATA[I had a git-svn checkout of coolo&#8217;s branch where we are porting yast2-qt to Qt 4.x. I also publish that git repo at git.icculus.org. Yesterday coolo moved the svn tree to trunk/qt4 and I did not want to do a git-svn clone from scratch because then I would need to start my published repo from [...]]]></description>
			<content:encoded><![CDATA[<p>I had a git-svn checkout of coolo&#8217;s branch where we are porting yast2-qt to Qt 4.x. I also publish that git repo at git.icculus.org. Yesterday coolo moved the svn tree to trunk/qt4 and I did not want to do a git-svn clone from scratch because then I would need to start my published repo from scratch.</p>

<p>doener on #git helped me. I had no idea how this works, but it worked. So I blog it in case I need it again in the future. May be useful if you have the same problem:</p>

<pre>
git clone git://git.icculus.org/duncan/yast2-qt4
cd yast2-qt4
git-svn init http://svn.opensuse.org/svn/yast/trunk/qt4/
git svn fetch -r42760 svn
git branch tmp git-svn
git-filter-branch --parent-filter "echo -p $(git rev-parse master)" tmp
git reset --hard tmp
git update-ref refs/remotes/git-svn master
find -name .rev_db* | xargs rm
git svn rebase
</pre>
]]></content:encoded>
			<wfw:commentRss>http://duncan.mac-vicar.com/blog/archives/282/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
