unsatisfiedLink Error: fileContent
Luis Muniz <luis.muniz-zj/[email protected]> Wed, 13 Jul 2005 11:49:16 +0200
| Newsgroups | gmane.comp.version-control.subversion.svnup.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I am trying to install svn4idea3-0.8.0, and I think I'm almost....
ALMOST there. I have seen the plugin in action and i really would love
to have it.
I added the pluging jars, the svn-win32-1.0.2_javahl_2.zip in the bin
path of idea, as well as
libdb42.dll,
libeay32.dll,
ssleay32.dll
from subversion 1.0.2
I can invoke the plugin interface in idea, set my user/pass, add paths
to monitor, etc
when i try to make a diff of a versioned fikle in my working copy (works
with TSVN, so no problems with my WC) I get following xception in my
IDEA log:
2005-07-13 11:08:03,535 [ 84040] ERROR -
com.intellij.ide.IdeEventQueue -
java.lang.UnsatisfiedLinkError: fileContent
at org.tigris.subversion.javahl.SVNClient.fileContent(Native Method)
at
org.tigris.subversion.javahl.SVNClient.fileContent(SVNClient.java:907)
at
org.tigris.subversion.javahl.SVNClientSynchronized.fileContent(SVNClientSynchronized.java:1150)
at com.qintsoft.svn4idea.SvnVcs.getFileContent(Unknown Source)
at com.qintsoft.svn4idea.SvnAdapter.getFileContent(Unknown Source)
at com.qintsoft.svn4idea.actions.ShowDiffAction.perform(Unknown
Source)
at com.qintsoft.svn4idea.actions.BasicAction.execute(Unknown Source)
at com.qintsoft.svn4idea.actions.BasicAction.access$100(Unknown
Source)
at com.qintsoft.svn4idea.actions.BasicAction$1.run(Unknown Source)
Please help :)
Thanks