<?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>langui.sh &#187; svn</title>
	<atom:link href="http://langui.sh/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Subversion Global Ignores</title>
		<link>http://langui.sh/2009/04/16/subversion-global-ignores/</link>
		<comments>http://langui.sh/2009/04/16/subversion-global-ignores/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 00:33:57 +0000</pubDate>
		<dc:creator>Paul Kehrer</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://langui.sh/?p=540</guid>
		<description><![CDATA[<a href="http://langui.sh/2009/04/16/subversion-global-ignores/" title="Subversion Global Ignores"></a>If you&#8217;re a Mac OS X user running Subversion on the command line and mounting remote disks you may have run into instances where you want to globally ignore ._*, .AppleDouble, and *:2e_* files. To do this simply open your &#8230;<p class="read-more"><a href="http://langui.sh/2009/04/16/subversion-global-ignores/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://langui.sh/2009/04/16/subversion-global-ignores/" title="Subversion Global Ignores"></a><p>If you&#8217;re a Mac OS X user running Subversion on the command line and mounting remote disks you may have run into instances where you want to globally ignore ._*, .AppleDouble, and *:2e_* files.  To do this simply open your Terminal and edit your ~/.subversion/config file and look for the line below.</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">#global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store</pre></div></div>

<p>Uncomment it by removing the # and add the necessary additional exclusions and it will now look like this.</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store ._* .AppleDouble *:2e_*</pre></div></div>

<p>Save it and you&#8217;re all set.  Now you won&#8217;t need to edit your svn:ignore property for every project!</p>
]]></content:encoded>
			<wfw:commentRss>http://langui.sh/2009/04/16/subversion-global-ignores/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 4/14 queries in 0.004 seconds using memcached
Object Caching 401/411 objects using memcached

Served from: langui.sh @ 2012-02-07 06:25:56 -->
