<?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>Soulwire &#187; FDT</title>
	<atom:link href="http://blog.soulwire.co.uk/tag/fdt/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.soulwire.co.uk</link>
	<description>Art + Technology</description>
	<lastBuildDate>Mon, 21 Mar 2011 22:27:20 +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>Subversive &amp; Google Code</title>
		<link>http://blog.soulwire.co.uk/notes/programming/eclipse-fdt-subversive-svn-google-code</link>
		<comments>http://blog.soulwire.co.uk/notes/programming/eclipse-fdt-subversive-svn-google-code#comments</comments>
		<pubDate>Fri, 06 Feb 2009 19:43:55 +0000</pubDate>
		<dc:creator>Soulwire</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=296</guid>
		<description><![CDATA[I’ve recently started weaning myself off of Flashdevelop and onto FDT, mainly because it’s cross platform but also because it means I can use the same IDE for coding and compiling Actionscript and Java. The other clinching factor was it’s plugins, notably Subversive for SVN browsing and team collaboration goodness. This evening though, I tried [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I’ve recently started weaning myself off of <a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://www.flashdevelop.org/" >Flashdevelop</a> and onto <a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://fdt.powerflasher.com/" >FDT</a>, mainly because it’s cross platform but also because it means I can use the same IDE for coding and compiling Actionscript and Java.</p>
<p>The other clinching factor was it’s plugins, notably <a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://www.polarion.org/index.php?page=overview&amp;project=subversive" >Subversive</a> for SVN browsing and team collaboration goodness.</p>
<p>This evening though, I tried checking out a Google code project and got the following error:<span id="more-296"></span></p>
<pre>
SVN: ‘0×00400006: Validate Repository Location’ operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.

If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Client.

Selected SVN connector library is not available or cannot be loaded.

If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.

If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Client.
</pre>
<p>Basically, it was banging on about <strong>connectors</strong>, so&#8230;</p>
<p>In case anyone is experiencing the same thing, here’s what I did to solve it:</p>
<ol>
<li>Open up the <em>Software Updates and Add-ons</em> dialogue (<strong>Help &gt; Software Updates</strong>)</li>
<li>Click <em>Add Site</em> and enter the <strong>Polaron SVN Connectors update site</strong> URL:<br /><a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/" >http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/</a><br /><em>(I found this on the <a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://www.polarion.org/index.php?page=download&amp;project=subversive" >Polaron download page</a>)</em></li>
<li><a rel="nofollow" href="http://blog.soulwire.co.uk//goto/http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/" ></a>Open up the <strong>Subversive Connectors Site</strong> node, then <strong>Subversive SVN Connectors</strong></li>
<li>Download the following plugins:
<ul>
<li>Subversive SVN Connectors</li>
<li>SVNKit 1.1.7 Implementation</li>
</ul>
</li>
</ol>
<p><strong>Restart Eclipse</strong> (or FDT standalone) when prompted and that seemed to do the trick.</p>
<p>I’m new to FDT and Eclipse, so let me know I was missing something.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.soulwire.co.uk/notes/programming/eclipse-fdt-subversive-svn-google-code/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

