<?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>mFabrik - mobile sites, apps, HTML5 and CMS software development &#187; global-ignores</title>
	<atom:link href="http://blog.mfabrik.com/tag/global-ignores/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:47:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Subversion global-ignores and .egg-info in Python/Plone development</title>
		<link>http://blog.mfabrik.com/2009/10/03/subversion-global-ignores-and-egg-info-in-pythonplone-development/</link>
		<comments>http://blog.mfabrik.com/2009/10/03/subversion-global-ignores-and-egg-info-in-pythonplone-development/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:47:04 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[egg-info]]></category>
		<category><![CDATA[global-ignores]]></category>
		<category><![CDATA[ignores]]></category>
		<category><![CDATA[setuptools]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://blog.twinapex.fi/?p=286</guid>
		<description><![CDATA[Subversion does a good job by ignoring most of build/temporary/unwanted files by default. However, there is one exception still existing at least in Subversion 1.6: Python egg folders. All folders whose name ends up with .egg-info should not committed or considered in version controlling actions. your.package.name.egg-info folder is generated inside your Python egg source folder [...]]]></description>
			<content:encoded><![CDATA[<p>Subversion does a good job by ignoring most of build/temporary/unwanted files by default.</p>
<p>However, there is one exception still existing at least in Subversion 1.6: Python egg folders. All folders whose name ends up with <strong>.egg-info</strong> should not committed or considered in version controlling actions. your.package.name.egg-info folder is generated inside your Python egg source folder when you run setup.py / setuptools.</p>
<p>If you are working with Python source code eggs, add the following line to your ~/.subversion/config</p>
<pre>global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.egg-info *.pyc *.pyo .project .pydevproject</pre>
<p>Otherwise development tools like <a href="http://pypi.python.org/pypi/mr.developer/">Mr. Developer</a> might get confused.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2009/10/03/subversion-global-ignores-and-egg-info-in-pythonplone-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

