<?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>Conny Lundgren's blog &#187; ide, netbeans</title>
	<atom:link href="http://blog.refactor.se/category/java/ide-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.refactor.se</link>
	<description>Thoughts on Java, Agile, OS X and life in general..</description>
	<lastBuildDate>Fri, 05 Dec 2008 07:51:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netbeans, Subversion and Mac</title>
		<link>http://blog.refactor.se/2007/09/14/netbeans-subversion-and-mac/</link>
		<comments>http://blog.refactor.se/2007/09/14/netbeans-subversion-and-mac/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 10:38:10 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[ide, netbeans]]></category>
		<category><![CDATA[mac osx]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2007/09/14/netbeans-subversion-and-mac/</guid>
		<description><![CDATA[NetBeans has SVN support pretty much out-of-the-box, but on OS X you will be presented with the not so obvious message

NetBeans Subversion support requires Subversion 1.3 executable!
Install Subversion 1.3 (http://subversion.tigris.org) or later,
add it to PATH,
test by running &#8217;svn &#8211;version&#8217; from command line, and
finally restart IDE, please

Since I apparently has forgotten how I made it work [...]]]></description>
			<content:encoded><![CDATA[<p>NetBeans has SVN support pretty much out-of-the-box, but on OS X you will be presented with the not so obvious message</p>
<blockquote><p>
NetBeans Subversion support requires Subversion 1.3 executable!</p>
<p>Install Subversion 1.3 (http://subversion.tigris.org) or later,<br />
add it to PATH,<br />
test by running &#8217;svn &#8211;version&#8217; from command line, and<br />
finally restart IDE, please
</p></blockquote>
<p>Since I apparently has forgotten how I made it work before here is the instruction for future reference, hopefully this will save me (and perhaps others) from some frustration. </p>
<ol>
<blockquote><li>Fire up a terminal</li>
</blockquote>
<blockquote><li>Navigate to your Netbeans installtion folder like <br /><b>cd /Applications/NetBeans5.5.app/Contents/Resources/NetBeans/bin</b></li>
</blockquote>
<blockquote><li>Open the <b>netbeans</b> file in your favorite editor</li>
</blockquote>
<blockquote><li>On the first line (after comments) add<br /><b> PATH=$PATH:/usr/local/bin:/usr/local/sbin<br />
export PATH</b></li>
</blockquote>
<blockquote><li>Save the file, and restart NetBeans</li>
</blockquote>
</ol>
<p>Your all set!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2007/09/14/netbeans-subversion-and-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
