Hi there,
I am sure that you have seen this post a few times, I found it myself at least once in your form however, I did not find a solution.
I am running on Linux RHEL 4 I have Subversion 1.5.5 installed on a network mounted /tools folder see below:
%which svn
/tools/bin/svn
% whereis svn
svn: /bin/svn /usr/bin/svn /usr/share/man/man1/svn.1.gz
However, I cannot run the 0.5.0 release of statsvn on my Linux box:
java -jar ../../statsvn-0.5.0-JDK/statsvn.jar svn.log ../
Jun 5, 2009 2:07:14 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Jun 5, 2009 2:07:14 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: java.io.IOException: svn: not found
Jun 5, 2009 2:07:14 PM net.sf.statsvn.util.JavaUtilTaskLogger error
SEVERE: Subversion binary is incorrect version or not found. Please verify thatyou have installed the Subversion command-line client and it is on your path.
Because this error covers two conditions i.e., proper version or svn not in PATH it is hard to debug. So is 0.5.0 statsvn runnable with svn-1.5.5? Note I have seen this error with previous versions of statsvn and svn so I am thinking that there is something messed up with my environment where statsvn.jar cannot find /tools/svn ...
any assistance is greatly appreciated, thanks in advance,
-reagan