<?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 and svn:keywords</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 16:30:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: psj</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-411169</link>
		<dc:creator>psj</dc:creator>
		<pubDate>Tue, 27 Jul 2010 13:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-411169</guid>
		<description>Cool! Some of the directories in my svn tree aren't Python source dirs, and so I just wanted to set those ones to ignore pyc files. On Linux (running bash), this did the trick: set .svnignore in . as mentioned above, then

find . -name '*.pyc' -exec dirname {} \; &#124; sort &#124; uniq &#124; xargs svn propset svn:ignore -F .svnignore

There's a good chance this would work on Windows using Cygwin as well.

Hope this is useful to someone.

-- psj</description>
		<content:encoded><![CDATA[<p>Cool! Some of the directories in my svn tree aren&#8217;t Python source dirs, and so I just wanted to set those ones to ignore pyc files. On Linux (running bash), this did the trick: set .svnignore in . as mentioned above, then</p>
<p>find . -name &#8216;*.pyc&#8217; -exec dirname {} \; | sort | uniq | xargs svn propset svn:ignore -F .svnignore</p>
<p>There&#8217;s a good chance this would work on Windows using Cygwin as well.</p>
<p>Hope this is useful to someone.</p>
<p>&#8211; psj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-394814</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-394814</guid>
		<description>The problem with this approach is that you'll have to manually reset the svn:ignore property if you later happen to create a new directory in your project tree.
Another solution is to set the global-ignores parameter in the global config file :

global-ignores = *.pyc

This parameters is global, which means cross-project which might be a problem in some cases. Anyway, this approach seems fine at least for *.pyc since such files are usually not versionned.</description>
		<content:encoded><![CDATA[<p>The problem with this approach is that you&#8217;ll have to manually reset the svn:ignore property if you later happen to create a new directory in your project tree.<br />
Another solution is to set the global-ignores parameter in the global config file :</p>
<p>global-ignores = *.pyc</p>
<p>This parameters is global, which means cross-project which might be a problem in some cases. Anyway, this approach seems fine at least for *.pyc since such files are usually not versionned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-388039</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-388039</guid>
		<description>How does this work for other clients using the same repository? Does each client have to do this step:

svn -R propset svn:keywords -F .keywords *

Or does it work for everyone else automatically?</description>
		<content:encoded><![CDATA[<p>How does this work for other clients using the same repository? Does each client have to do this step:</p>
<p>svn -R propset svn:keywords -F .keywords *</p>
<p>Or does it work for everyone else automatically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willie</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-384982</link>
		<dc:creator>Willie</dc:creator>
		<pubDate>Mon, 25 May 2009 10:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-384982</guid>
		<description>Great! Thanks a lot for the hints.</description>
		<content:encoded><![CDATA[<p>Great! Thanks a lot for the hints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-237470</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 09 Jul 2008 22:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-237470</guid>
		<description>I couldn't make it commit with a star since there were files in my root dir which are not under version control.  It's fine if you just do svn commit -m"set ignore".
Anyway, thanks for the tip!</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t make it commit with a star since there were files in my root dir which are not under version control.  It&#8217;s fine if you just do svn commit -m&#8221;set ignore&#8221;.<br />
Anyway, thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-199519</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Fri, 23 May 2008 04:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-199519</guid>
		<description>I'm probably imagining it but it seemed like the command didn't work until -R was after propset:

    svn propset -R svn:ignore -F .svnignore .

Working now - thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m probably imagining it but it seemed like the command didn&#8217;t work until -R was after propset:</p>
<p>    svn propset -R svn:ignore -F .svnignore .</p>
<p>Working now - thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theresa</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords/comment-page-1#comment-180908</link>
		<dc:creator>Theresa</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=13#comment-180908</guid>
		<description>Thanks.  :)  Just what I was looking for.  It worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks.  <img src='http://wolfram.kriesing.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just what I was looking for.  It worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

