<?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: Xcode 3.x IDE for Processing development</title>
	<atom:link href="http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/</link>
	<description>Brenda's Blog</description>
	<pubDate>Wed, 07 Jan 2009 04:51:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xcode 3.0 template for Processing sketches &#124; timothytwillman.com</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-273</link>
		<dc:creator>Xcode 3.0 template for Processing sketches &#124; timothytwillman.com</dc:creator>
		<pubDate>Mon, 21 Jul 2008 23:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-273</guid>
		<description>[...] http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/" rel="nofollow">http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brenda</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-251</link>
		<dc:creator>brenda</dc:creator>
		<pubDate>Thu, 22 May 2008 04:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-251</guid>
		<description>I did report it as a bug to Apple and after a bit of correspondence (they initially thought it was not a bug but an error in my use of SVN) they have matched it to another bug report which is being investigated by engineering.   It is interesting that my report number is 5866673 and the one being worked on is 5907532. I think that this means that I won't be able to track when they say it is fixed - the status of my report is already 'closed'.  Anyway, hopefully they will have it fixed soon.</description>
		<content:encoded><![CDATA[<p>I did report it as a bug to Apple and after a bit of correspondence (they initially thought it was not a bug but an error in my use of SVN) they have matched it to another bug report which is being investigated by engineering.   It is interesting that my report number is 5866673 and the one being worked on is 5907532. I think that this means that I won&#8217;t be able to track when they say it is fixed - the status of my report is already &#8216;closed&#8217;.  Anyway, hopefully they will have it fixed soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RUrob2</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-202</link>
		<dc:creator>RUrob2</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-202</guid>
		<description>Brenda, having looked at the details you sent me I think you've found a genuine bug, but there is an easy workaround.

I tried creating a Java Application project using Xcode 3.0. I committed it before building, then checked out a copy and built, creating several directories including bin.

I got the same error as you when I tried to commit by control-clicking on the project in the Groups &#38; Files list. However, that's not the way I usually commit. Instead, I use SCM - Commit Entire Project... from the menus. That seems to work OK.

Note that I didn't need to set svn:ignore to get the commit to work. The only advantage of svn:ignore is hiding the bin etc. directories from the svn status report (equivalent to menu command SCM - SCM Results).</description>
		<content:encoded><![CDATA[<p>Brenda, having looked at the details you sent me I think you&#8217;ve found a genuine bug, but there is an easy workaround.</p>
<p>I tried creating a Java Application project using Xcode 3.0. I committed it before building, then checked out a copy and built, creating several directories including bin.</p>
<p>I got the same error as you when I tried to commit by control-clicking on the project in the Groups &amp; Files list. However, that&#8217;s not the way I usually commit. Instead, I use SCM - Commit Entire Project&#8230; from the menus. That seems to work OK.</p>
<p>Note that I didn&#8217;t need to set svn:ignore to get the commit to work. The only advantage of svn:ignore is hiding the bin etc. directories from the svn status report (equivalent to menu command SCM - SCM Results).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RUrob2</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-201</link>
		<dc:creator>RUrob2</dc:creator>
		<pubDate>Fri, 11 Apr 2008 23:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-201</guid>
		<description>There's certainly no way to set svn:ignore from within Xcode: you have to use the command line, but at least it's a once-only operation. There's a reasonably clear and comprehensive explanation at:
http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/

If you want to contact me directly, I'd be happy to have a closer look at what happens when you try and commit with the bin etc. directories. (I hope the website address I've entered on this form will show up.)</description>
		<content:encoded><![CDATA[<p>There&#8217;s certainly no way to set svn:ignore from within Xcode: you have to use the command line, but at least it&#8217;s a once-only operation. There&#8217;s a reasonably clear and comprehensive explanation at:<br />
<a href="http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/" rel="nofollow">http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/</a></p>
<p>If you want to contact me directly, I&#8217;d be happy to have a closer look at what happens when you try and commit with the bin etc. directories. (I hope the website address I&#8217;ve entered on this form will show up.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brenda</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-199</link>
		<dc:creator>brenda</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-199</guid>
		<description>Thanks RUrob2.  I've removed the build, bin, jar and dist directories from the SVN and then checked out a new copy.  But trying to "Commit Project" still tries to work with the bin, jar and dist directories and fails.  I've been looking at using svn:ignore, but can't find a way to do it with Xcode. One way I've found suggest is to update the ~/.subversion/config to set the global-ignores parameter, but that doesn't seem like a great idea as it might stop a legitimate file being backed up in the future.  I tried it anyway, and it didn't work. 

So it looks like in Xcode you can only commit individual files to SVN, which makes it a lot less useful than if you can commit all the changes in a project.</description>
		<content:encoded><![CDATA[<p>Thanks RUrob2.  I&#8217;ve removed the build, bin, jar and dist directories from the SVN and then checked out a new copy.  But trying to &#8220;Commit Project&#8221; still tries to work with the bin, jar and dist directories and fails.  I&#8217;ve been looking at using svn:ignore, but can&#8217;t find a way to do it with Xcode. One way I&#8217;ve found suggest is to update the ~/.subversion/config to set the global-ignores parameter, but that doesn&#8217;t seem like a great idea as it might stop a legitimate file being backed up in the future.  I tried it anyway, and it didn&#8217;t work. </p>
<p>So it looks like in Xcode you can only commit individual files to SVN, which makes it a lot less useful than if you can commit all the changes in a project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RUrob2</title>
		<link>http://www.moon.net.au/2008/04/08/xcode-3x-ide-for-processing-development/comment-page-1/#comment-198</link>
		<dc:creator>RUrob2</dc:creator>
		<pubDate>Tue, 08 Apr 2008 23:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.moon.net.au/?p=177#comment-198</guid>
		<description>Generally, it's not advisable to store any files in Subversion which can be recreated from source, such as the contents of build, bin, jar and dist directories. If you import the project to SVN straight after cleaning (i.e. without these folders), you should be able to check out a copy and work with it successfully. The folders will be created when you build, but you should not attempt to commit them to the repository. If you don't want to see them listed when performing SVN operations, there is a command-line "svn ignore" option to tell SVN to take no notice of them.</description>
		<content:encoded><![CDATA[<p>Generally, it&#8217;s not advisable to store any files in Subversion which can be recreated from source, such as the contents of build, bin, jar and dist directories. If you import the project to SVN straight after cleaning (i.e. without these folders), you should be able to check out a copy and work with it successfully. The folders will be created when you build, but you should not attempt to commit them to the repository. If you don&#8217;t want to see them listed when performing SVN operations, there is a command-line &#8220;svn ignore&#8221; option to tell SVN to take no notice of them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
