<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Science Is Better &#187; svn ignore</title>
	<atom:link href="http://www.myscienceisbetter.info/tag/svn-ignore/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 22:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SVN Ignore all files inside a folder</title>
		<link>http://www.myscienceisbetter.info/svn-ignore-all-files-inside-a-folder.html</link>
		<comments>http://www.myscienceisbetter.info/svn-ignore-all-files-inside-a-folder.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:50:39 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn ignore]]></category>

		<guid isPermaLink="false">http://www.myscienceisbetter.info/?p=120</guid>
		<description><![CDATA[If you want to ignore certain file types inside a folder on SVN it's pretty easy: It's a bit more complicated if you want to ignore everything inside a folder (be it files or folders). If you have a structure as the following: and you want to ignore everything inside public/media, just do:]]></description>
			<content:encoded><![CDATA[<p>If you want to ignore certain file types inside a folder on SVN it's pretty easy:</p>
<pre class="brush: bash; title: ; notranslate">
svn propset svn:ignore &quot;*.tgz&quot; backup
</pre>
<p>It's a bit more complicated if you want to ignore everything inside a folder (be it files or folders). If you have a structure as the following: </p>
<pre class="brush: bash; title: ; notranslate">
/public/media
/public/media/member
/public/media/member/artist
/public/media/member/fan
/public/media/member/label
</pre>
<p>and you want to ignore everything inside public/media, just do:</p>
<pre class="brush: bash; title: ; notranslate">
svn propset svn:ignore &quot;*&quot; public/media/
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/svn-ignore-all-files-inside-a-folder.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

