[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cannot get javahl to work

From: Dan North <dan_at_tastapod.com>
Date: 2005-09-17 15:21:11 CEST

Hi Hendrick.

If you don't want to upgrade your svn, you can always run a local
svnserve process:

    svnserve -d -r /path/to/your/repos

Then just connect to svn://localhost/ using javasvn.

Cheers,
Dan

Hendrik Maryns wrote:

> Hi all,
>
> After a lot of mesing around, I managed to get svn working from the
> command line. I want to use it in Eclipse too, so installed
> Subclipse, but now it is complaining that it cannot find javahl (I
> want to use a file:/// repository, so no JavaSVN). I tried
> reinstalling with --enable-javahl option and stuff, but it doesn't
> seem to work.
>
> The error messages I get are:
>
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:26:74:
> ../include/org_tigris_subversion_javahl_CommitItemStateFlags.h: No
> such file or directory
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:
> In
> member function `_jstring*
> CommitMessage::getCommitMessage(apr_array_header_t*)':
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:164:
> error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_Add' undeclared
> (first use
> this function)
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:164:
> error: (Each
> undeclared identifier is reported only once for each function it
> appears
> in.)
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:167:
> error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_Delete'
> undeclared (first
> use this function)
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:170:
> error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_TextMods' undeclared
> (first use this function)
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:173:
> error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_PropMods' undeclared
> (first use this function)
> /usr/local/subversion-1.1.4/subversion/bindings/java/javahl/native/CommitMessage.cpp:176:
> error: `
> org_tigris_subversion_javahl_CommitItemStateFlags_IsCopy'
> undeclared (first
> use this function)
> make: *** [subversion/bindings/java/javahl/native/CommitMessage.lo]
> Error 1
>
> Can anybody please explain how I can solve this? I'm on SuSe 9.0
> (which means that the package-managed Subversion is version 0.27...
> too old), and relatively new to Linux too.
>
> Thank you very much.
>
> Hendrik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
Received on Sat Sep 17 23:21:11 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.