<?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: hgsubversion &#8211; dropping old history during conversion (mod)</title>
	<atom:link href="http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/</link>
	<description>Man bites Ogre</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:35:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: marmoute</title>
		<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/comment-page-1/#comment-311150</link>
		<dc:creator>marmoute</dc:creator>
		<pubDate>Mon, 18 Apr 2011 14:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2418#comment-311150</guid>
		<description>Mercurial core developper have recently included a &quot;light weight copy&quot; feature that doesn&#039;t recopy file content on rename/copy.

The feature will be shipped with the next release and should improve storage efficiency for later OGRE refactoring.</description>
		<content:encoded><![CDATA[<p>Mercurial core developper have recently included a &#8220;light weight copy&#8221; feature that doesn&#8217;t recopy file content on rename/copy.</p>
<p>The feature will be shipped with the next release and should improve storage efficiency for later OGRE refactoring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/comment-page-1/#comment-280947</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2418#comment-280947</guid>
		<description>You&#039;re welcome!

I don&#039;t know if they adapted my patch or re-implemented it from scratch, I know my version wasn&#039;t 100% reliable for all situations but I only had time to made it work well enough for us. Glad to hear they have a more general version available now!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
<p>I don&#8217;t know if they adapted my patch or re-implemented it from scratch, I know my version wasn&#8217;t 100% reliable for all situations but I only had time to made it work well enough for us. Glad to hear they have a more general version available now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codekoala</title>
		<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/comment-page-1/#comment-280946</link>
		<dc:creator>codekoala</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2418#comment-280946</guid>
		<description>Thanks for this!  I have been trying to learn how to reduce our company repo down from 10GB by discarding ancient history (we have a lot of big binary files).  Turns out the current hgsubversion (a8d5eec1326b) is capable of cloning a *single directory* SVN repo (or just your trunk directory, for example) and discarding old revisions.

Just run ``hg help clone`` after installing the hgsubversion extension.  There&#039;s an option: &quot;--startrev VALUE     convert Subversion revisions starting at the one specified, either an integer revision or HEAD; HEAD causes only the latest revision to be pulled&quot;

Seems to be working fine for me thus far!</description>
		<content:encoded><![CDATA[<p>Thanks for this!  I have been trying to learn how to reduce our company repo down from 10GB by discarding ancient history (we have a lot of big binary files).  Turns out the current hgsubversion (a8d5eec1326b) is capable of cloning a *single directory* SVN repo (or just your trunk directory, for example) and discarding old revisions.</p>
<p>Just run &#8220;hg help clone&#8220; after installing the hgsubversion extension.  There&#8217;s an option: &#8220;&#8211;startrev VALUE     convert Subversion revisions starting at the one specified, either an integer revision or HEAD; HEAD causes only the latest revision to be pulled&#8221;</p>
<p>Seems to be working fine for me thus far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/comment-page-1/#comment-262503</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2418#comment-262503</guid>
		<description>A word of warning, we discovered a couple of weird errors in a couple of files since conversion, I have to figure out why. Seems like one of the deltas got applied in an incorrect way somehow; since this didn&#039;t happen when I converted the whole repository I assume it&#039;s related to my skipto implementation, I&#039;m just struggling to see why right now (the messed up delta was about 7 revisions after the skipto starting point - if anything I&#039;d expect it to be a problem on the first revision after the forced starting point).</description>
		<content:encoded><![CDATA[<p>A word of warning, we discovered a couple of weird errors in a couple of files since conversion, I have to figure out why. Seems like one of the deltas got applied in an incorrect way somehow; since this didn&#8217;t happen when I converted the whole repository I assume it&#8217;s related to my skipto implementation, I&#8217;m just struggling to see why right now (the messed up delta was about 7 revisions after the skipto starting point &#8211; if anything I&#8217;d expect it to be a problem on the first revision after the forced starting point).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stodge</title>
		<link>http://www.stevestreeting.com/2009/11/24/hgsubversion-dropping-old-history-during-conversion-mod/comment-page-1/#comment-262470</link>
		<dc:creator>Stodge</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=2418#comment-262470</guid>
		<description>Thanks - this is something I&#039;m looking into too. Wonder if Mercurial will ever let you clone only part of a repository - say a specific branch.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this is something I&#8217;m looking into too. Wonder if Mercurial will ever let you clone only part of a repository &#8211; say a specific branch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

