<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: Urgent help requested</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6001.18099" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2>Not directly relevant to mondrian developers, but FYI, if 
you are having problems with svn and olap4j.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2>I had some problems pulling olap4j using subversion after 
(a) sourceforge upgraded its server infrastructure including, possibly, new 
subversion servers and (b) I upgraded to ubuntu 8.04 and (c) I upgraded to 
IntelliJ IDEA 7.04 (not sure which, if any, of these is significant). The 
instructions below solved the problem.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2>Julian</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=511025015-10092008><FONT face=Verdana 
color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><FONT face=Verdana color=#000080 
size=2></FONT><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Aaron Phillips 
[mailto:aphillips@pentaho.com] <BR><B>Sent:</B> Wednesday, September 10, 2008 
7:17 AM<BR><B>To:</B> mcasters@pentaho.org; dev.pentaho<BR><B>Subject:</B> RE: 
Urgent help requested<BR></FONT><BR></DIV>
<DIV></DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Matt,<BR><BR>I can answer this.&nbsp; The svn ant task is 
complaining that the SVN implementation it is using to do get the current 
revision of the repository is older than the one used to checkout the project 
initially.<BR>It turns out the build.xml has an ant target that will install 
SVNAnt for you called "install-svnant" which is called as a dependency of the 
init target.&nbsp; You shouldn't need to bother with ubuntu ant packages.&nbsp; 
In any case here is the solution: you want to tell svnant to use the most up to 
date implementation you have.&nbsp; Implementations include:<BR>* you native 
command line client<BR>* svnkit<BR>* javahl<BR><BR>If your SVN command line 
client is the latest (1.5) then your best bet is:<BR>1. do an svn update to get 
the latest build.xml (i've added some parameters for customizing svnant 
behavior)<BR>2. add an override.properties to this project and set the following 
two properties for your environment:<BR>&nbsp;&nbsp;&nbsp; 
svnant.use-javahl=false<BR>&nbsp;&nbsp;&nbsp; 
svnant.use-svnkit=false<BR><BR>This will effectively force svnant to use your 
command line client instead of the libraries that ship with svnant which are a 
bit out of date.<BR><BR>Hope this 
helps.<BR><BR>Cheers,<BR>Aaron<BR><BR><BR>-----Original Message-----<BR>From: 
Matt Casters [</FONT><A href="mailto:mcasters@pentaho.org"><FONT 
size=2>mailto:mcasters@pentaho.org</FONT></A><FONT size=2>]<BR>Sent: Wed 
9/10/2008 9:47 AM<BR>To: dev.pentaho<BR>Subject: Re: Urgent help 
requested<BR><BR>I'm seeing another gem in pentaho-database/xul after "ant clean 
&amp;&amp; ant" :<BR><BR>svn-revision:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [svn] 
&lt;Status&gt; started ...<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [svn] svn: This 
client is too old to work with working copy 
'/home/matt/svn/pentaho/pentaho-commons/pentaho-database'; please get a newer 
Subversion client<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [svn] &lt;Status&gt; failed 
!<BR><BR>My svn client is at version 1.5.1.&nbsp; While there is a 1.5.2 version 
out there, I'm not so sure it's *that* old 
either.<BR><BR>-----------------------------------------------<BR>svn, version 
1.5.1 (r32289)<BR>&nbsp;&nbsp; compiled Sep&nbsp; 4 2008, 
18:42:55<BR><BR>Copyright (C) 2000-2008 CollabNet.<BR>Subversion is open source 
software, see </FONT><A href="http://subversion.tigris.org/"><FONT 
size=2>http://subversion.tigris.org/</FONT></A><BR><FONT 
size=2>-----------------------------------------------<BR><BR></FONT></P></BODY></HTML>