<?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: svn:ignore propset</title>
	<atom:link href="http://www.mattromaine.com/2007/06/10/svnignore-propset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/</link>
	<description>Tokyo and tech through the eyes of a split pea</description>
	<lastBuildDate>Wed, 23 Sep 2009 11:20:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sascha W.</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-27837</link>
		<dc:creator>Sascha W.</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-27837</guid>
		<description>John&#039;s solution seems to be the best one.
Thanks to all.</description>
		<content:encoded><![CDATA[<p>John&#8217;s solution seems to be the best one.<br />
Thanks to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas Zapletal</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-21886</link>
		<dc:creator>Lukas Zapletal</dc:creator>
		<pubDate>Tue, 14 Oct 2008 09:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-21886</guid>
		<description>Good trick the one with -F. Thanks :-D</description>
		<content:encoded><![CDATA[<p>Good trick the one with -F. Thanks :-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john campbell</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-15076</link>
		<dc:creator>john campbell</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-15076</guid>
		<description>Don&#039;t bother with propset... use propedit

svn propedit svn:ignore .

will bring up your editor, and you can add the rules directly.

It also avoid the potential confusion caused by expansion of &#039;*&#039;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t bother with propset&#8230; use propedit</p>
<p>svn propedit svn:ignore .</p>
<p>will bring up your editor, and you can add the rules directly.</p>
<p>It also avoid the potential confusion caused by expansion of &#8216;*&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-13341</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Thu, 15 May 2008 21:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-13341</guid>
		<description>It seems that using \n to embed a newline character in the property string should work to set svn:ignore to multiple files, but it does not.</description>
		<content:encoded><![CDATA[<p>It seems that using \n to embed a newline character in the property string should work to set svn:ignore to multiple files, but it does not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JN2</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-13208</link>
		<dc:creator>JN2</dc:creator>
		<pubDate>Tue, 13 May 2008 11:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-13208</guid>
		<description>You can also try this in a shell script called with a space separated single quoted list, eg &#039;qwe.txt asd.pid&#039;:

svn propset svn:ignore &quot;`echo &quot;$1&quot; &#124; tr &#039; &#039; &#039;\n&#039;`&quot; .</description>
		<content:encoded><![CDATA[<p>You can also try this in a shell script called with a space separated single quoted list, eg &#8216;qwe.txt asd.pid&#8217;:</p>
<p>svn propset svn:ignore &#8220;`echo &#8220;$1&#8243; | tr &#8216; &#8216; &#8216;\n&#8217;`&#8221; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mregamr</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-12980</link>
		<dc:creator>mregamr</dc:creator>
		<pubDate>Tue, 06 May 2008 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-12980</guid>
		<description>Massimo32, this was the key I was looking for...how to add a newline in between arguments.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Massimo32, this was the key I was looking for&#8230;how to add a newline in between arguments.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo32</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-12040</link>
		<dc:creator>Massimo32</dc:creator>
		<pubDate>Wed, 02 Apr 2008 11:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-12040</guid>
		<description>You can insert multiple lines from the commandline, just press enter inside the quotes:

$ svn propset svn:ignore &#039;config.php [enter]
&gt; database.php&#039; . [enter]</description>
		<content:encoded><![CDATA[<p>You can insert multiple lines from the commandline, just press enter inside the quotes:</p>
<p>$ svn propset svn:ignore &#8216;config.php [enter]<br />
&gt; database.php&#8217; . [enter]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Egg</title>
		<link>http://www.mattromaine.com/2007/06/10/svnignore-propset/comment-page-1/#comment-7349</link>
		<dc:creator>Alex Egg</dc:creator>
		<pubDate>Mon, 17 Dec 2007 17:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattromaine.com/2007/06/10/svnignore-propset/#comment-7349</guid>
		<description>Thank you for this. This was not very intuitive at all! No mention of this in the svn book that I could find...</description>
		<content:encoded><![CDATA[<p>Thank you for this. This was not very intuitive at all! No mention of this in the svn book that I could find&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
