<?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: Setting SVN:Ignore on the command line</title>
	<atom:link href="http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-svnignore-on-the-command-line</link>
	<description>Simon trades as Sweet Interaction Ltd</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: SVN ignore &#8211; manuell editieren &#124; AIKIBLOG - Harmonie und IT</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-72988</link>
		<dc:creator>SVN ignore &#8211; manuell editieren &#124; AIKIBLOG - Harmonie und IT</dc:creator>
		<pubDate>Sun, 01 Aug 2010 11:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-72988</guid>
		<description>[...] http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-7-sect-2.3.3 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-7-sect-2.3.3" rel="nofollow">http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-7-sect-2.3.3</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heidi</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-46667</link>
		<dc:creator>Heidi</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-46667</guid>
		<description>Thanks for the article and all the comments. I just recently moved to a Mac for my main development machine at work and am relearning svn commands after a love affair with TortoiseSVN on my old windows machine, sigh...

Setting up TextMate with the argument &#039;-w&#039; worked wonderfully with the svn:ignore command from your article. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Thanks for the article and all the comments. I just recently moved to a Mac for my main development machine at work and am relearning svn commands after a love affair with TortoiseSVN on my old windows machine, sigh&#8230;</p>
<p>Setting up TextMate with the argument &#8216;-w&#8217; worked wonderfully with the svn:ignore command from your article. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamison</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-44206</link>
		<dc:creator>Jamison</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-44206</guid>
		<description>Percy, you just saved my life. Thanks a ton for that.</description>
		<content:encoded><![CDATA[<p>Percy, you just saved my life. Thanks a ton for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonwheatley</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-40536</link>
		<dc:creator>simonwheatley</dc:creator>
		<pubDate>Sat, 28 Feb 2009 09:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-40536</guid>
		<description>Percy that is &lt;strong&gt;awesome&lt;/strong&gt;. Thank you.</description>
		<content:encoded><![CDATA[<p>Percy that is <strong>awesome</strong>. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-40533</link>
		<dc:creator>Percy</dc:creator>
		<pubDate>Fri, 27 Feb 2009 22:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-40533</guid>
		<description>I know this is from a long time ago, but the correct way to get TM to work as your SVN editor is:

&lt;code&gt;export SVN_EDITOR=&#039;mate -w&#039;&lt;/code&gt;

The -w tells mate to &quot;wait&quot; until that document is closed.  Otherwise, mate returns immediately and SVN thinks nothing changed.  You have to save the temp file that is opened in TM and then close that file.</description>
		<content:encoded><![CDATA[<p>I know this is from a long time ago, but the correct way to get TM to work as your SVN editor is:</p>
<p><code>export SVN_EDITOR='mate -w'</code></p>
<p>The -w tells mate to &#8220;wait&#8221; until that document is closed.  Otherwise, mate returns immediately and SVN thinks nothing changed.  You have to save the temp file that is opened in TM and then close that file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonwheatley</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-36282</link>
		<dc:creator>simonwheatley</dc:creator>
		<pubDate>Fri, 16 May 2008 12:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-36282</guid>
		<description>Hi Graham, glad to be of service!</description>
		<content:encoded><![CDATA[<p>Hi Graham, glad to be of service!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Pengelly</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-36280</link>
		<dc:creator>Graham Pengelly</dc:creator>
		<pubDate>Fri, 16 May 2008 12:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-36280</guid>
		<description>Hey Simon... fancy that. I&#039;m on Google looking for this and you pop up. Nice one... Thanks.</description>
		<content:encoded><![CDATA[<p>Hey Simon&#8230; fancy that. I&#8217;m on Google looking for this and you pop up. Nice one&#8230; Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-31984</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 21 Jan 2008 13:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-31984</guid>
		<description>Hi Sameet. Good tip about the SVN_EDITOR setting. Unfortunately TextMate doesn&#039;t seem to work for me, I get the error &quot;No changes to property &#039;svn:ignore&#039; on &#039;.&#039;&quot; no matter what I do. (Emacs works fine though, and I assume vi would too if I were that way inclined.)</description>
		<content:encoded><![CDATA[<p>Hi Sameet. Good tip about the SVN_EDITOR setting. Unfortunately TextMate doesn&#8217;t seem to work for me, I get the error &#8220;No changes to property &#8216;svn:ignore&#8217; on &#8216;.&#8217;&#8221; no matter what I do. (Emacs works fine though, and I assume vi would too if I were that way inclined.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameet</title>
		<link>http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/comment-page-1/#comment-31860</link>
		<dc:creator>sameet</dc:creator>
		<pubDate>Fri, 18 Jan 2008 20:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/2007/11/09/setting-svnignore-on-the-command-line/#comment-31860</guid>
		<description>&lt;code&gt;export SVN_EDITOR=vi&lt;/code&gt; will set the editor to vi. For TextMate you can use &lt;code&gt;SVN_EDITOR=mate&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>export SVN_EDITOR=vi</code> will set the editor to vi. For TextMate you can use <code>SVN_EDITOR=mate</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

