<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: Extracting part of subversion repository]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?extracting_part_of_subversion_repository</link>
<description></description>
<pubDate>Sat, 17 Feb 2007 13:38:45 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[Extracting part of subversion repository]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?extracting_part_of_subversion_repository</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div>Tags: howto</div><hr/><div class="wiki">
<p>
It seemed easy enough... I want to extract <tt>irc-logger.pl</tt> from my perl repository into it's own, so that I can make some refactoring. Easy enough, right?</p>
<pre>
svnadmin create irc-logger
svn mkdir -m &quot;create trunk&quot; file:///home/dpavlin/private/svn/irc-logger/trunk/
svnadmin dump perl | svndumpfilter include --drop-empty-revs trunk/irc-logger.pl | svnadmin load irc-logger/
</pre>
<br /><p>
Strange things I noticed:</p>
<p>
I have to create directories needed to restore filtered dump manually, <tt>svndumpfilter</tt> could be clever about that, but it isn't (at least it <strong>has</strong> non-default option <tt>--drop-empty-revs</tt> which should also be default, but isn't)</p>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category>howto</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?extracting_part_of_subversion_repository</guid>
<pubDate>Sat, 17 Feb 2007 13:38:45 -0000</pubDate>
</item>
</channel>
</rss>