<?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: Adventures in conversionland</title>
	<atom:link href="http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/</link>
	<description>Man bites Ogre</description>
	<lastBuildDate>Wed, 08 Sep 2010 08:55:49 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WhiteKnight</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-261193</link>
		<dc:creator>WhiteKnight</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-261193</guid>
		<description>Thank you for more information about your DVCS tests. Its interesting to hear how they compare when working with a large repository. I&#039;ve just been messing around with a new Mercurial repository, so eager to more about your tests and really appreciate that you take the time to let us know how its going.</description>
		<content:encoded><![CDATA[<p>Thank you for more information about your DVCS tests. Its interesting to hear how they compare when working with a large repository. I&#8217;ve just been messing around with a new Mercurial repository, so eager to more about your tests and really appreciate that you take the time to let us know how its going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen S</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260646</link>
		<dc:creator>Owen S</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260646</guid>
		<description>Just looked it up - KDEs supposed to be migrating this month. Perhaps 1.6 incorporates changes to git-svn and co made for their migration? 

The KDE repos are huge - I&#039;d imagine that the problems should all be fixed by the time KDE moves over.</description>
		<content:encoded><![CDATA[<p>Just looked it up &#8211; KDEs supposed to be migrating this month. Perhaps 1.6 incorporates changes to git-svn and co made for their migration? </p>
<p>The KDE repos are huge &#8211; I&#8217;d imagine that the problems should all be fixed by the time KDE moves over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260633</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260633</guid>
		<description>Update: Kubuntu 9.04 with Git 1.6.0 converts our repository successfully using solely git-svn (not svn2git). This is so far the only option that works - 1.6.x on Windows crashes and 1.5.x on Linux produces unreliable results.</description>
		<content:encoded><![CDATA[<p>Update: Kubuntu 9.04 with Git 1.6.0 converts our repository successfully using solely git-svn (not svn2git). This is so far the only option that works &#8211; 1.6.x on Windows crashes and 1.5.x on Linux produces unreliable results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260589</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 27 Oct 2009 14:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260589</guid>
		<description>Yes, it&#039;s important. Many users use previous stable branches in production code, and when diagnosing issues it&#039;s imperitive to be able to bisect the history. There are also experimental branches we may want to revist later. Starting from scratch would be a major loss in terms of subsequent bugfixing on previous stables and merging of previously experimental code and is not one I&#039;m willing to accept - I&#039;m investigating moving because I want to streamline opereations, not make them more complex by splitting activities across 2 very different repositories. Maybe young projects with no real production users to speak of and a simplistic branch history can afford to do that, but we can&#039;t. Certainly the last 2-3 years history is essential - we could live without history before that but no DVCS allows this kind of reverse pruning because of the way the delta information is stored.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s important. Many users use previous stable branches in production code, and when diagnosing issues it&#8217;s imperitive to be able to bisect the history. There are also experimental branches we may want to revist later. Starting from scratch would be a major loss in terms of subsequent bugfixing on previous stables and merging of previously experimental code and is not one I&#8217;m willing to accept &#8211; I&#8217;m investigating moving because I want to streamline opereations, not make them more complex by splitting activities across 2 very different repositories. Maybe young projects with no real production users to speak of and a simplistic branch history can afford to do that, but we can&#8217;t. Certainly the last 2-3 years history is essential &#8211; we could live without history before that but no DVCS allows this kind of reverse pruning because of the way the delta information is stored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Burton</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260583</link>
		<dc:creator>John Burton</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260583</guid>
		<description>Is it important to convert the history? Can&#039;t you keep old versions in the old system for reference and start a new repositoy moving forward?</description>
		<content:encoded><![CDATA[<p>Is it important to convert the history? Can&#8217;t you keep old versions in the old system for reference and start a new repositoy moving forward?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blankthemuffin</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260517</link>
		<dc:creator>blankthemuffin</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260517</guid>
		<description>Ah yes, it looks like that indeed. I didn&#039;t really look at it before but the last commit to master is shown as Fri Aug 3 00:59:10 2007.

I have v1-4 and soc07, but that&#039;s not really a useful improvement at all.

No errors doesn&#039;t seem to equal no problems. That&#039;s a serious let down.</description>
		<content:encoded><![CDATA[<p>Ah yes, it looks like that indeed. I didn&#8217;t really look at it before but the last commit to master is shown as Fri Aug 3 00:59:10 2007.</p>
<p>I have v1-4 and soc07, but that&#8217;s not really a useful improvement at all.</p>
<p>No errors doesn&#8217;t seem to equal no problems. That&#8217;s a serious let down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen S</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260516</link>
		<dc:creator>Owen S</dc:creator>
		<pubDate>Mon, 26 Oct 2009 20:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260516</guid>
		<description>I think one of the most interesting conversions is going to be KDE going SVN -&gt; Git. I know Gnome have already done so; I don&#039;t know if any information on how it went for them has been published online.</description>
		<content:encoded><![CDATA[<p>I think one of the most interesting conversions is going to be KDE going SVN -&gt; Git. I know Gnome have already done so; I don&#8217;t know if any information on how it went for them has been published online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260479</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260479</guid>
		<description>svn2git on the converted 1.5 repository did better again, but only converted half of the branches and stopped at 2006. I&#039;m guessing that git-svn is crashing or something - there are no errors but it definitely looks like it fell over. If I run the process again it seems to try to restart, but just goes through the branches it&#039;s already converted, says they already exist, and doesn&#039;t do any more. 

The bare repo at this stage is 51MB fully compressed, and since that&#039;s missing a ton of data it suggests to me that your conversion didn&#039;t finish properly either if it was only 59MB. My repo is missing any socXX- branches after soc-06 (there are 3 more years), and only goes up to v1-2 stable, missing v1-4 and v1-6, and master is definitely not the current trunk. I suspect yours is missing a fair chunk of data too - I tried to pull it to verify this but it wasn&#039;t responding.

So, svn2git is definitely out, it doesn&#039;t seem reliable.</description>
		<content:encoded><![CDATA[<p>svn2git on the converted 1.5 repository did better again, but only converted half of the branches and stopped at 2006. I&#8217;m guessing that git-svn is crashing or something &#8211; there are no errors but it definitely looks like it fell over. If I run the process again it seems to try to restart, but just goes through the branches it&#8217;s already converted, says they already exist, and doesn&#8217;t do any more. </p>
<p>The bare repo at this stage is 51MB fully compressed, and since that&#8217;s missing a ton of data it suggests to me that your conversion didn&#8217;t finish properly either if it was only 59MB. My repo is missing any socXX- branches after soc-06 (there are 3 more years), and only goes up to v1-2 stable, missing v1-4 and v1-6, and master is definitely not the current trunk. I suspect yours is missing a fair chunk of data too &#8211; I tried to pull it to verify this but it wasn&#8217;t responding.</p>
<p>So, svn2git is definitely out, it doesn&#8217;t seem reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260477</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 26 Oct 2009 11:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260477</guid>
		<description>I reverted to svn2git&#039;s 1.3.1 tag rather than the head and ran it again, it did more this time but still only converted about a third of the branches and left me with a master which was blatantly not the trunk - looks about 6 years old. So better, but definitely no cigar.

I&#039;m afraid if git 1.5.4 and the latest svn2git is considered too old, then something is very wrong with these tools. 

Last try will be doing it on the 1.5 converted svn.</description>
		<content:encoded><![CDATA[<p>I reverted to svn2git&#8217;s 1.3.1 tag rather than the head and ran it again, it did more this time but still only converted about a third of the branches and left me with a master which was blatantly not the trunk &#8211; looks about 6 years old. So better, but definitely no cigar.</p>
<p>I&#8217;m afraid if git 1.5.4 and the latest svn2git is considered too old, then something is very wrong with these tools. </p>
<p>Last try will be doing it on the 1.5 converted svn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blankthemuffin</title>
		<link>http://www.stevestreeting.com/2009/10/25/adventures-in-conversionland/comment-page-1/#comment-260476</link>
		<dc:creator>blankthemuffin</dc:creator>
		<pubDate>Mon, 26 Oct 2009 11:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2310#comment-260476</guid>
		<description>That&#039;s a pain. Damn old versions.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a pain. Damn old versions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
