<?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 on the command line</title>
	<atom:link href="http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/</link>
	<description>adventures in code</description>
	<lastBuildDate>Sun, 04 Sep 2011 07:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jim Barritt</title>
		<link>http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/comment-page-1/#comment-39919</link>
		<dc:creator>Jim Barritt</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/#comment-39919</guid>
		<description>!!!!WARNING!!!!!! this does it to ALL the sub directories, so its probably better to script something up to just do it for the individual module roots.

Oops, missed this for a year! You can set -R as a flag to the svn propset command which will recursively apply the ignore. 

So you could do:

svn propset -R svn:ignore target .

!!!!WARNING!!!!!! this does it to ALL the sub directories, so its probably better to script something up to just do it for the individual module roots.</description>
		<content:encoded><![CDATA[<p>!!!!WARNING!!!!!! this does it to ALL the sub directories, so its probably better to script something up to just do it for the individual module roots.</p>
<p>Oops, missed this for a year! You can set -R as a flag to the svn propset command which will recursively apply the ignore. </p>
<p>So you could do:</p>
<p>svn propset -R svn:ignore target .</p>
<p>!!!!WARNING!!!!!! this does it to ALL the sub directories, so its probably better to script something up to just do it for the individual module roots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane</title>
		<link>http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/comment-page-1/#comment-20689</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/#comment-20689</guid>
		<description>And how would one make svn ignore all target directories of a maven multi modules project ?</description>
		<content:encoded><![CDATA[<p>And how would one make svn ignore all target directories of a maven multi modules project ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Boldt</title>
		<link>http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/comment-page-1/#comment-18007</link>
		<dc:creator>Nick Boldt</dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/05/25/svn-ignore-on-the-command-line/#comment-18007</guid>
		<description>Awesome tip, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome tip, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

