<?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>Bootet.net &#187; Aufteilen</title>
	<atom:link href="http://bootet.net/tag/aufteilen/feed/" rel="self" type="application/rss+xml" />
	<link>http://bootet.net</link>
	<description>Die Kiste bootet schon wieder net!</description>
	<lastBuildDate>Tue, 01 Feb 2011 08:27:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>SVN Repos teilen</title>
		<link>http://bootet.net/2010/02/svn-repos-teilen/</link>
		<comments>http://bootet.net/2010/02/svn-repos-teilen/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Aufteilen]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://bootet.net/?p=263</guid>
		<description><![CDATA[Man hat ein mittlerweile sehr groß gewordenes SVN Repository und möchte einen Teil davon in ein eigenes, neues Repository auslagern, dabei aber die Revisions-History nicht verlieren. Geht das? Ja klar. Hier ein Beispiel: Das bestehende Repo sieht so aus. RepoA -Teil1 -Teil2 -Teil3 Teil3 wird jetzt zu einem eigenen Projekt und soll ein eigenes Repository [...]]]></description>
			<content:encoded><![CDATA[<p>Man hat ein mittlerweile sehr groß gewordenes SVN Repository und möchte einen Teil davon in ein eigenes, neues Repository auslagern, dabei aber die Revisions-History nicht verlieren. Geht das? Ja klar.</p>
<p>Hier ein Beispiel:</p>
<p>Das bestehende Repo sieht so aus.</p>
<pre>RepoA
  -Teil1
  -Teil2
  -Teil3</pre>
<p>Teil3 wird jetzt zu einem eigenen Projekt und soll ein eigenes Repository bekommen.</p>
<p>1.) Kompletter Export des bestehenden Repos</p>
<pre>svnadmin dump RepoA &gt; /tmp/RepoA.dump</pre>
<p>2.) Den &#8220;gewollten&#8221; Teil des Repos ausfiltern</p>
<pre>svndumpfilter include  Teil3 --drop-empty-revs  --renumber-revs &lt; /tmp/RepoA.dump &gt; /tmp/Teil3.dump</pre>
<p>3.) Ein neues Repo anlegen</p>
<pre>svnadmin create RepoB</pre>
<p>4.) Den erzeugten und gefilterten Dump in das neue Repo laden.</p>
<pre>svnadmin load RepoB &lt; /tmp/Teil3.dump</pre>
<p>Fertig</p>
]]></content:encoded>
			<wfw:commentRss>http://bootet.net/2010/02/svn-repos-teilen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

