<?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: Making Eclipse JavaHL working, recompiling Subversion from the sources</title>
	<atom:link href="http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/</link>
	<description>Welcome to the official blog of Luigi R. Viggiano. Beware of imitations.</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:25:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Windows to Linux transition &#171; Kodeplay &#8211; Software Development &#124; Ecommerce &#124; Web 2.0 &#124; Web Design</title>
		<link>http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/comment-page-1/#comment-387559</link>
		<dc:creator>Windows to Linux transition &#171; Kodeplay &#8211; Software Development &#124; Ecommerce &#124; Web 2.0 &#124; Web Design</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/#comment-387559</guid>
		<description>[...] http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/" rel="nofollow">http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/comment-page-1/#comment-383879</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/#comment-383879</guid>
		<description>Thanks for this article !</description>
		<content:encoded><![CDATA[<p>Thanks for this article !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/comment-page-1/#comment-351660</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Sat, 25 Jul 2009 01:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://en.newinstance.it/2009/05/13/making-eclipse-javahl-working-recompiling-subversion-from-the-sources/#comment-351660</guid>
		<description>Building using BerkeleyDb


Download BerkeleyDb from http://www.oracle.com/technology/software/products/berkeley-db/index.html
tar xvzf db-4.7.25.tar.gz 
cd db-4.7.25/
cd build_unix/
../dist/configure 
make
make install
sudo make install

Download subversion from http://subversion.tigris.org
tar xvjf subversion-1.6.3.tar.bz2 
cd subversion-1.6.3/
./autogen.sh 
./configure --with-ssl --enable-javahl --with-jdk=/usr/lib/jvm/java-6-sun --with-berkeley-db=db.h:/usr/local/BerkeleyDB.4.7/include:/usr/local/BerkeleyDB.4.7/lib:db-4.7 --prefix=/usr/local/subversion-1.6.3
make
sudo make install
make javahl
sudo make install-javahl</description>
		<content:encoded><![CDATA[<p>Building using BerkeleyDb</p>
<p>Download BerkeleyDb from <a href="http://www.oracle.com/technology/software/products/berkeley-db/index.html" rel="nofollow">http://www.oracle.com/technology/software/products/berkeley-db/index.html</a><br />
tar xvzf db-4.7.25.tar.gz<br />
cd db-4.7.25/<br />
cd build_unix/<br />
../dist/configure<br />
make<br />
make install<br />
sudo make install</p>
<p>Download subversion from <a href="http://subversion.tigris.org" rel="nofollow">http://subversion.tigris.org</a><br />
tar xvjf subversion-1.6.3.tar.bz2<br />
cd subversion-1.6.3/<br />
./autogen.sh<br />
./configure &#8211;with-ssl &#8211;enable-javahl &#8211;with-jdk=/usr/lib/jvm/java-6-sun &#8211;with-berkeley-db=db.h:/usr/local/BerkeleyDB.4.7/include:/usr/local/BerkeleyDB.4.7/lib:db-4.7 &#8211;prefix=/usr/local/subversion-1.6.3<br />
make<br />
sudo make install<br />
make javahl<br />
sudo make install-javahl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

