<?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>DaveOnCode &#187; svn</title>
	<atom:link href="http://www.daveoncode.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:11:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Eclipse + Aptana + Subclipse SVN</title>
		<link>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/</link>
		<comments>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:18:14 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.daveoncode.com/?p=508</guid>
		<description><![CDATA[Recently I&#8217;ve updated my Eclipse version and I installed certain plugin which has created some kind of conflict and confusion in my workspace. What I was trying to do was installing an SVN plugin in order to work on a google code SVN repository, but I had several errors and I lost several hours trying [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/' addthis:title='Installing Eclipse + Aptana + Subclipse SVN ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve updated my Eclipse version and I installed certain plugin which has created some kind of conflict and confusion in my workspace. What I was trying to do was installing an SVN plugin in order to work on a google code SVN repository, but I had several errors and I lost several hours trying to figure out what was wrong. So I decided to do a fresh and clean installation, once understood the problem. So, I would like to write a sort of tutorial which will explain how to get a sound and working installation of Eclipse, Aptana and Subclipse (which as far I read, is actually the best plugin available for SVN on Eclipse).</p>
<p><span id="more-508"></span></p>
<h2>Install Eclipse</h2>
<p>If you have already Eclipse installed, backup your workspace folder somewhere, then delete eclipse installation folder and the old workspace (you will use the old projects folder after by skipping the &#8220;.metadata&#8221; folder that is the place where Eclipse stores informations about settings and plugins installed). Go to http://eclipse.org/downloads/ and download the Eclipse edition you prefer (I use Eclipse Classic), after extracting the archive, place folder &#8220;eclipse&#8221; where you like (usually &#8220;Programs&#8221; folder on windows and &#8220;Applications&#8221; on Mac). Create a link to the executable file on your desktop (or Mac OS X dock), then launch the program. Since this is the first time you run Eclipse, it will ask where to locate the workspace, choose the destination and folder name you prefer (I use &#8220;eclipse-workspace&#8221; under my documents). Ok, at this point you should see a welcome screen, close it and choose <strong>Help > Install new software&#8230;</strong> from the top menu (we are going to install Aptana). </p>
<h2>Install Aptana</h2>
<p>Click on <strong>Add&#8230;</strong> and paste this url in the &#8220;Location&#8221; field: &#8220;http://download.aptana.org/tools/studio/plugin/install/studio&#8221; (don&#8217;t paste quotes!), write a name for the location entered (I simply called it &#8220;Aptana&#8221;). Go on, selecting Aptana packages check-boxes and clicking on <strong>Next</strong>, then accept the terms and click on <strong>Finish</strong>. It will takes several seconds, then Eclipse will inform you that installation is complete and it will suggest you to restart the program&#8230; obey!</p>
<h2>Install Subclipse (through Aptana)</h2>
<p>Ok, we have Aptana installed and running into Eclipse, now we can select <strong>Help > Install Aptana Features</strong> from the top menu, then select <strong>Others > SCM Plugins > Subclipse</strong> and from here select the following package: <strong>Core SVNKit library, Optional JNA library, Subclipse</strong>. After the routine &#8220;next, agree, finish, restart&#8221; we have now our beloved ide ready to be used!</p>
<h2>IDE configuration</h2>
<p>Now that all the stuff is installed, we should spent some time to configure it properly, depending on our needs and taste. Eclipse is a complex and powerfull software and is it possible to set a lot of options: font used, colors, code suggestion, indentation, code collapsing, autoupdate, file encoding, workspace and a lot more. If you never take an in depth look at the preferences panel, I suggest you to spent at list 5 minutes&#8230; it deserve the time spent!</p>
<h2>Possible issues and resolutions</h2>
<p>- If during installation an alert saying &#8220;WARNING: you are installing software that contains unsigned content&#8221; will appear, just choose <strong>ok</strong> and you shouldn&#8217;t get any problems.</p>
<p>- If you get problems to download from the update site(s), maybe you are blocked by a firewall, you should go to <strong>Window > Preferences > General > Network </strong> and set the right proxy configuration. If you don&#8217;t know how to configure it, you can download the archive version (a .jar or .zip file containing all plugin&#8217;s packages) from vendor site.</p>
<p>- If you are trying to add a new SVN repository (by using the installed Subclipse plugin) and you get an error saying &#8220;<strong>RA layer request failed</strong>&#8220;, go to <strong>Window > Preferences > Team > SVN</strong> and in the &#8220;SVN interface&#8221; choose SVNKit as client instead of JavaHL (default option)&#8230; this should solve the problem (in my case it did). If you still get that error or a similar one, maybe is due to firewall limitations, if you can&#8217;t change the configuration properly&#8230; google and good luck :^)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/' addthis:title='Installing Eclipse + Aptana + Subclipse SVN ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

