<?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>rlucas.net: The Next Generation &#187; bugfix</title>
	<atom:link href="http://blog.rlucas.net/tag/bugfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rlucas.net</link>
	<description>...fighting entropy one financing round at a time</description>
	<lastBuildDate>Sat, 04 Sep 2010 01:45:58 +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>Some Gotchas with using svndumpfilter</title>
		<link>http://blog.rlucas.net/uncategorized/some-gotchas-with-using-svndumpfilter/</link>
		<comments>http://blog.rlucas.net/uncategorized/some-gotchas-with-using-svndumpfilter/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:41:09 +0000</pubDate>
		<dc:creator>rlucas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://blog.rlucas.net/uncategorized/some-gotchas-with-using-svndumpfilter/</guid>
		<description><![CDATA[A few things: 1. svndumpfilter can take multiple args, e.g. $ svndumpfilter include /x /y /z > mydump to include /x, and /y, and /z. It can&#8217;t, however, do both include and exclude at once. In theory, you can run multiple dumps when you later load them, so you could (sort of; see below) accomplish [...]]]></description>
			<content:encoded><![CDATA[<p>A few things:</p>
<p>1. svndumpfilter can take multiple args, e.g.</p>
<p>  $ svndumpfilter include /x /y /z > mydump</p>
<p>to include /x, and /y, and /z.  It can&#8217;t, however, do both include and exclude at once.  In theory, you can run multiple dumps when you later load them, so you could (sort of; see below) accomplish the sameish thing with</p>
<p>  $ svndumpfilter include /x > mydumpx<br />
  $ svndumpfilter include /y > mydumpy<br />
  $ svndumpfilter include /z > mydumpz</p>
<p>2. HOWEVER, if you have ever MOVED a file within the repository between (in the example above), /x and /y, you can&#8217;t rely upon doing it piecewise.  That&#8217;s because the references within the loading process during the load of /y will no longer be valid as they point to /x/whatever.</p>
<p>3. It is commonly suggested that one edit &#8220;Node-path:&#8221; entries within the dump in order to fix up directory structure issues.  NOTE that you MUST also change &#8220;Node-copyfrom-path:&#8221; in the same manner.  Trickily, Node-copyfrom-path is only present in nodes that were (surprise!) copied from another node.  This is of course tied to 2. above.</p>
<p>&#8212;</p>
<p>What is all this about, you ask?  Well, it turns out that if you have a single respository with a lot of sprawling projects all under /trunk, you might need to break them out.  (For example, if you intend to upload your repository dump to someone like a CVSDude or Beanstalk).</p>
<p>The error message that got me was something like:</p>
<p>svnadmin: File not found: revision 91, path &#8216;/trunk/x/whatever&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rlucas.net/uncategorized/some-gotchas-with-using-svndumpfilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->