<?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: Extracting projects from a shared Subversion repository</title>
	<atom:link href="http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/</link>
	<description>A blog by Robert (Marty) McGuire</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cognitiaclaeves</title>
		<link>http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/comment-page-1/#comment-41</link>
		<dc:creator>cognitiaclaeves</dc:creator>
		<pubDate>Tue, 30 Mar 2010 19:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://creatingwithcode.com/?p=10#comment-41</guid>
		<description>I found that svnfilter didn&#039;t work for me, after all.

This site explained why:
http://www.chiark.greenend.org.uk/~sgtatham/svn.html  ( Part 6, &quot;Except that svndumpfilter doesn&#039;t quite work...&quot; )

svndumpfilter2 also had an issue to overcome:
svndumpfilter: Invalid copy source path &#039;/some/old/path&#039;

I posted something on this site explaining how I just bumped the memory allocated to the VM to 2G: ( And the 2G may have been overkill. )
http://stackoverflow.com/questions/433276/svn-repository-split-problem</description>
		<content:encoded><![CDATA[<p>I found that svnfilter didn&#8217;t work for me, after all.</p>
<p>This site explained why:<br />
<a href="http://www.chiark.greenend.org.uk/~sgtatham/svn.html" rel="nofollow">http://www.chiark.greenend.org.uk/~sgtatham/svn.html</a>  ( Part 6, &#8220;Except that svndumpfilter doesn&#8217;t quite work&#8230;&#8221; )</p>
<p>svndumpfilter2 also had an issue to overcome:<br />
svndumpfilter: Invalid copy source path &#8216;/some/old/path&#8217;</p>
<p>I posted something on this site explaining how I just bumped the memory allocated to the VM to 2G: ( And the 2G may have been overkill. )<br />
<a href="http://stackoverflow.com/questions/433276/svn-repository-split-problem" rel="nofollow">http://stackoverflow.com/questions/433276/svn-repository-split-problem</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cognitiaclaeves</title>
		<link>http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/comment-page-1/#comment-40</link>
		<dc:creator>cognitiaclaeves</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://creatingwithcode.com/?p=10#comment-40</guid>
		<description>Thanks for posting this.  It saved me some time.  ( Which is good, because time was already lost generating a dump file with --deltas. )  Much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  It saved me some time.  ( Which is good, because time was already lost generating a dump file with &#8211;deltas. )  Much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Goode</title>
		<link>http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/comment-page-1/#comment-15</link>
		<dc:creator>Wayne Goode</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://creatingwithcode.com/?p=10#comment-15</guid>
		<description>Thanks.  I&#039;ve been trying to solve this for a couple of hours and the subversion book &amp; websites don&#039;t have the key fact, that &quot;svndumpfilter only works on full dump files.&quot;</description>
		<content:encoded><![CDATA[<p>Thanks.  I&#8217;ve been trying to solve this for a couple of hours and the subversion book &amp; websites don&#8217;t have the key fact, that &#8220;svndumpfilter only works on full dump files.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schmarty</title>
		<link>http://creatingwithcode.com/howto/extracting-projects-from-shared-svn/comment-page-1/#comment-7</link>
		<dc:creator>schmarty</dc:creator>
		<pubDate>Thu, 29 May 2008 02:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://creatingwithcode.com/?p=10#comment-7</guid>
		<description>Two lessons learned while writing this post:

Turn off ndash conversion in WordPress (it&#039;s a pain, but worth it if you put code snippets in blog posts): http://www.linuxscrew.com/2007/09/23/disable-double-hyphen-to-dash-wordpress-replacements/

Also, get a good code syntax highlighting plugin.  People seem to like this one:
http://wordpress.org/extend/plugins/wp-syntax/</description>
		<content:encoded><![CDATA[<p>Two lessons learned while writing this post:</p>
<p>Turn off ndash conversion in WordPress (it&#8217;s a pain, but worth it if you put code snippets in blog posts): <a href="http://www.linuxscrew.com/2007/09/23/disable-double-hyphen-to-dash-wordpress-replacements/" rel="nofollow">http://www.linuxscrew.com/2007/09/23/disable-double-hyphen-to-dash-wordpress-replacements/</a></p>
<p>Also, get a good code syntax highlighting plugin.  People seem to like this one:<br />
<a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow">http://wordpress.org/extend/plugins/wp-syntax/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
