<?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: Mac OS Custom Icons and subversion don&#8217;t mix</title>
	<atom:link href="http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/feed/" rel="self" type="application/rss+xml" />
	<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/</link>
	<description>RANDOMIZE USR 0</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-21572</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 18 Dec 2007 02:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-21572</guid>
		<description>&lt;p&gt;Thanks for the info guys.&lt;/p&gt;

&lt;p&gt;I have a repo with many OmniGraffle docs that had their own icon file.  They all bork the admin load.&lt;/p&gt;

&lt;p&gt;Best way to find all Icon files is:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;grep &quot;^Node-path: .*/Icon&quot; repo.dump
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I then used a multi-line argument call to dumpfilter to exclude all the Icon paths in one call:&lt;/p&gt;

&lt;p&gt;dumpfilter \
exclude &quot;Project/Diagrams/Garment Meeting 20050601.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Inspector/Fabric Order Inspector.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Inspector/Inspector Sheets.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Reports/Testing.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric Order.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric Supplier.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Wizard/Wizard Template.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Reports/Fabric/Workspace Reports.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Inspector/Fabric/Fabric Inspector.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Inspector/Fabric/Supplier Inspector.graffle/Icon&quot; \
exclude &quot;Project/Diagrams/Reports/Fabric/Detail Report.graffle/Icon&quot; \
&lt; repo.dump \
&gt; repo.filtered.dump&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the info guys.</p>

<p>I have a repo with many OmniGraffle docs that had their own icon file.  They all bork the admin load.</p>

<p>Best way to find all Icon files is:</p>

<pre><code>grep "^Node-path: .*/Icon" repo.dump
</code></pre>

<p>I then used a multi-line argument call to dumpfilter to exclude all the Icon paths in one call:</p>

<p>dumpfilter \
exclude &#8220;Project/Diagrams/Garment Meeting 20050601.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Inspector/Fabric Order Inspector.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Inspector/Inspector Sheets.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Reports/Testing.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric Order.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric Supplier.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Wizard/Wizard Template.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Reports/Fabric/Workspace Reports.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Inspector/Fabric/Fabric Inspector.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Inspector/Fabric/Supplier Inspector.graffle/Icon&#8221; \
exclude &#8220;Project/Diagrams/Reports/Fabric/Detail Report.graffle/Icon&#8221; \
&lt; repo.dump \
&gt; repo.filtered.dump</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22068</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 18 Dec 2007 02:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22068</guid>
		<description>&lt;p&gt;Thanks for the info guys.&lt;br&gt;&lt;br&gt;I have a repo with many OmniGraffle docs that had their own icon file.  They all bork the admin load.&lt;br&gt;&lt;br&gt;Best way to find all Icon files is:&lt;br&gt;&lt;br&gt;    grep &quot;^Node-path: .*/Icon&quot; repo.dump&lt;br&gt;&lt;br&gt;I then used a multi-line argument call to dumpfilter to exclude all the Icon paths in one call:&lt;br&gt;&lt;br&gt;dumpfilter &lt;br&gt;exclude &quot;Project/Diagrams/Garment Meeting 20050601.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Inspector/Fabric Order Inspector.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Inspector/Inspector Sheets.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Reports/Testing.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric Order.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric Supplier.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Wizard/Fabric/New Fabric.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Wizard/Wizard Template.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Reports/Fabric/Workspace Reports.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Inspector/Fabric/Fabric Inspector.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Inspector/Fabric/Supplier Inspector.graffle/Icon&quot; &lt;br&gt;exclude &quot;Project/Diagrams/Reports/Fabric/Detail Report.graffle/Icon&quot; &lt;br&gt;&lt; repo.dump &lt;br&gt;&gt; repo.filtered.dump&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the info guys.<br /><br />I have a repo with many OmniGraffle docs that had their own icon file.  They all bork the admin load.<br /><br />Best way to find all Icon files is:<br /><br />    grep &#8220;^Node-path: .*/Icon&#8221; repo.dump<br /><br />I then used a multi-line argument call to dumpfilter to exclude all the Icon paths in one call:<br /><br />dumpfilter <br />exclude &#8220;Project/Diagrams/Garment Meeting 20050601.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Inspector/Fabric Order Inspector.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Inspector/Inspector Sheets.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Reports/Testing.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric Order.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric Supplier.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Wizard/Fabric/New Fabric.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Wizard/Wizard Template.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Reports/Fabric/Workspace Reports.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Inspector/Fabric/Fabric Inspector.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Inspector/Fabric/Supplier Inspector.graffle/Icon&#8221; <br />exclude &#8220;Project/Diagrams/Reports/Fabric/Detail Report.graffle/Icon&#8221; <br />&lt; repo.dump <br />&gt; repo.filtered.dump</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Chaffin</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22067</link>
		<dc:creator>Blake Chaffin</dc:creator>
		<pubDate>Sun, 22 Oct 2006 22:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22067</guid>
		<description>&lt;p&gt;Did you get a chance to ask Brian Fitzpatrick about this at C4? I asked him, but couldn&#039;t remember which blog it was, sorry. At any rate, he was unaware of any issues at the time.&lt;br&gt;&lt;br&gt;Sadly, there were several people I didn&#039;t get to meet, and I guess you&#039;re one of them. Maybe next year...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you get a chance to ask Brian Fitzpatrick about this at C4? I asked him, but couldn&#39;t remember which blog it was, sorry. At any rate, he was unaware of any issues at the time.<br /><br />Sadly, there were several people I didn&#39;t get to meet, and I guess you&#39;re one of them. Maybe next year&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Chaffin</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-1842</link>
		<dc:creator>Blake Chaffin</dc:creator>
		<pubDate>Sun, 22 Oct 2006 21:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-1842</guid>
		<description>&lt;p&gt;Did you get a chance to ask Brian Fitzpatrick about this at C4? I asked him, but couldn&#039;t remember which blog it was, sorry. At any rate, he was unaware of any issues at the time.&lt;/p&gt;

&lt;p&gt;Sadly, there were several people I didn&#039;t get to meet, and I guess you&#039;re one of them. Maybe next year...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you get a chance to ask Brian Fitzpatrick about this at C4? I asked him, but couldn&#8217;t remember which blog it was, sorry. At any rate, he was unaware of any issues at the time.</p>

<p>Sadly, there were several people I didn&#8217;t get to meet, and I guess you&#8217;re one of them. Maybe next year&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwa</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22066</link>
		<dc:creator>schwa</dc:creator>
		<pubDate>Thu, 21 Sep 2006 15:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22066</guid>
		<description>&lt;p&gt;Ryan, lucky!&lt;br&gt;&lt;br&gt;I didn&#039;t have that many either (about 3 files each in 2 repositories). But the dump/filter process took so long (large repositories) that I didn&#039;t want to dork about.&lt;br&gt;&lt;br&gt;Your blog page is great, going into more detail about the problem. The only problem with it is that you can&#039;t always find the Icon files by doing a checkout. My icon files were in a directory that had previously been deleted - but the dump file was &lt;em&gt;still&lt;/em&gt; corrupt (I had aactually deleted them from one repository and moved them to another). You really do have to scan the dump file for the files themselves.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan, lucky!<br /><br />I didn&#39;t have that many either (about 3 files each in 2 repositories). But the dump/filter process took so long (large repositories) that I didn&#39;t want to dork about.<br /><br />Your blog page is great, going into more detail about the problem. The only problem with it is that you can&#39;t always find the Icon files by doing a checkout. My icon files were in a directory that had previously been deleted &#8211; but the dump file was <em>still</em> corrupt (I had aactually deleted them from one repository and moved them to another). You really do have to scan the dump file for the files themselves.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Wilcox</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22065</link>
		<dc:creator>Ryan Wilcox</dc:creator>
		<pubDate>Thu, 21 Sep 2006 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22065</guid>
		<description>&lt;p&gt;When I encountered this I just had the one Icon file, so I didn&#039;t have to write a script to do it :)&lt;br&gt;&lt;br&gt;(and to never do it again, set the global-ignore option in your ~/.subversion/config file to Icon*)&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.wilcoxd.com/blog/howto-get-out-the-icon-files-in-a-subversion-repo.html&quot; rel=&quot;nofollow&quot;&gt;Blog entry with my woes on the issue&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I encountered this I just had the one Icon file, so I didn&#39;t have to write a script to do it :)<br /><br />(and to never do it again, set the global-ignore option in your ~/.subversion/config file to Icon*)<br /><br /><a href="http://www.wilcoxd.com/blog/howto-get-out-the-icon-files-in-a-subversion-repo.html" rel="nofollow">Blog entry with my woes on the issue</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwa</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-1264</link>
		<dc:creator>schwa</dc:creator>
		<pubDate>Thu, 21 Sep 2006 14:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-1264</guid>
		<description>&lt;p&gt;Ryan, lucky!&lt;/p&gt;

&lt;p&gt;I didn&#039;t have that many either (about 3 files each in 2 repositories). But the dump/filter process took so long (large repositories) that I didn&#039;t want to dork about.&lt;/p&gt;

&lt;p&gt;Your blog page is great, going into more detail about the problem. The only problem with it is that you can&#039;t always find the Icon files by doing a checkout. My icon files were in a directory that had previously been deleted - but the dump file was &lt;em&gt;still&lt;/em&gt; corrupt (I had aactually deleted them from one repository and moved them to another). You really do have to scan the dump file for the files themselves.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan, lucky!</p>

<p>I didn&#8217;t have that many either (about 3 files each in 2 repositories). But the dump/filter process took so long (large repositories) that I didn&#8217;t want to dork about.</p>

<p>Your blog page is great, going into more detail about the problem. The only problem with it is that you can&#8217;t always find the Icon files by doing a checkout. My icon files were in a directory that had previously been deleted &#8211; but the dump file was <em>still</em> corrupt (I had aactually deleted them from one repository and moved them to another). You really do have to scan the dump file for the files themselves.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Wilcox</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-1263</link>
		<dc:creator>Ryan Wilcox</dc:creator>
		<pubDate>Thu, 21 Sep 2006 14:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-1263</guid>
		<description>&lt;p&gt;When I encountered this I just had the one Icon file, so I didn&#039;t have to write a script to do it :)&lt;/p&gt;

&lt;p&gt;(and to never do it again, set the global-ignore option in your ~/.subversion/config file to Icon*)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.wilcoxd.com/blog/howto-get-out-the-icon-files-in-a-subversion-repo.html&quot; rel=&quot;nofollow&quot;&gt;Blog entry with my woes on the issue&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I encountered this I just had the one Icon file, so I didn&#8217;t have to write a script to do it :)</p>

<p>(and to never do it again, set the global-ignore option in your ~/.subversion/config file to Icon*)</p>

<p><a href="http://www.wilcoxd.com/blog/howto-get-out-the-icon-files-in-a-subversion-repo.html" rel="nofollow">Blog entry with my woes on the issue</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwa</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22064</link>
		<dc:creator>schwa</dc:creator>
		<pubDate>Thu, 21 Sep 2006 02:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22064</guid>
		<description>&lt;p&gt;Go figure. I have them though. Maybe a previous version of  did allow this files into the repository.&lt;br&gt;&lt;br&gt;This probably means you wont need to add the file pattern to the -ignore configuration.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Go figure. I have them though. Maybe a previous version of  did allow this files into the repository.<br /><br />This probably means you wont need to add the file pattern to the -ignore configuration.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cos</title>
		<link>http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/comment-page-1/#comment-22063</link>
		<dc:creator>cos</dc:creator>
		<pubDate>Thu, 21 Sep 2006 02:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/mac-os-custom-icons-and-subversion-dont-mix/#comment-22063</guid>
		<description>&lt;p&gt;weird.  has never let me check &quot;Iconn&quot; files into the repository in the first place due to the name.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>weird.  has never let me check &#8220;Iconn&#8221; files into the repository in the first place due to the name.</p>]]></content:encoded>
	</item>
</channel>
</rss>
