<?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>Olaf&#039;s blog &#187; subclipse</title>
	<atom:link href="http://olafsblog.sysbsb.de/category/subclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Thu, 18 Nov 2010 07:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Eclipse Ganymede with subversion in Ubuntu 8.04</title>
		<link>http://olafsblog.sysbsb.de/configuring-eclipse-ganymede-with-subversion-in-ubuntu-804/</link>
		<comments>http://olafsblog.sysbsb.de/configuring-eclipse-ganymede-with-subversion-in-ubuntu-804/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 10:23:39 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[System engineering]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[subversive]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=53</guid>
		<description><![CDATA[After installing the all-new Eclipse ganymede (by downloading it from the eclipse site) under ubuntu 8.04 i ran into some trouble after installing version 1.4.1 of the subclipse subversion plugin.
Long story short, subclipse requires subversion 1.5, but ubuntu 8.04 provides 1.4.x.
If you still want to use subclipse with ganymede in ubuntu, there are only two [...]]]></description>
			<content:encoded><![CDATA[<p>After installing the all-new <a href="http://www.eclipse.org/ganymede/">Eclipse ganymede</a> (by downloading it from the eclipse site) under ubuntu 8.04 i ran into some trouble after installing version 1.4.1 of the <a href="http://subclipse.tigris.org/">subclipse subversion plugin</a>.</p>
<p>Long story short, subclipse requires subversion 1.5, but ubuntu 8.04 provides 1.4.x.<br />
If you still want to use subclipse with ganymede in ubuntu, there are only two ways two achieve this &#8211; both of which i cannot recommend because they are hacks or bad compromises.<br />
<span id="more-53"></span><br />
a.) You could add the the ubuntu package source of the upcoming ubuntu release (i.e. <code>deb http://fr.archive.ubuntu.com/ubuntu intrepid main</code>) and install subversion 1.5 and the package <code>libsvn-java</code> from it. This is a bad idea since it will also install a bunch of transitive dependencies not designed for ubuntu 8.04. It might in fact damage your installation.<br />
b.) You could not use the java hl API but a software connector completely written in JAVA (SVNKit client). This will work at first sight, but will convert your svn repository into 1.5 format. As a consequence, you can no longer use the svn command line client, since it does not support this format.</p>
<h3>Subversive as an alternative to subclipse</h3>
<p>Facing the above problems, i looked for an alternative and tried <a href="http://www.polarion.org/index.php?page=download&#038;project=subversive">subversive</a>. It&#8217;s an official and free eclipse plugin. The developers intend to make it the default subversion support plugin for eclipse.<br />
It installed without any problem and worked really well with the javaHL api shipped with ubuntu 8.04. Look and feel of the plugin do not differ much from subclipse &#8211; subversive even offers a couple of additional useful options.</p>
<p>Here is how i installed and configured subversive:</p>
<ol>
<li>
Follow the installation instructions on the <a href="http://www.polarion.org/index.php?page=download&#038;project=subversive">subversive download site</a>.<br />
Since you will use the native javaHL connector implementation, be sure to choose the javaHL implementation from the update site:<br />
<img id="image56" src="http://olafsblog.sysbsb.de/wp-content/uploads/2008/08/subversive-javahl-selection.jpg" alt="javaHL implementation selection in eclipse update site" />
</li>
<li>Install the java HL API on ubuntu: <code>sudo apt-get install libsvn-javahl</code>.</li>
<li>Add the library directory where javahl resides to your <code>eclipse.ini</code> (located in the root folder of your eclipse installation). Just add the following line into it: <br /><code>-Djava.library.path=/usr/lib/jni</code>.</li>
<li>Restart eclipse</li>
<li>Verify your setup. <br />
   Goto Window>Preferences>Team>SVN and click the &#8220;SVN Connector&#8221; tab.<br />
   The native javaHL connector should be selected<br />
  <img id="image58" src="http://olafsblog.sysbsb.de/wp-content/uploads/2008/08/subversive-javahl-connector-selected.jpg" alt="Eclipse SVN Team view with javaHL connector selected" />
</li>
</ol>
<p>I&#8217;m working with it since about a week, it&#8217;s fast, has not failed on my a single time and is easy to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/configuring-eclipse-ganymede-with-subversion-in-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

