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

Re: Ann: Subversion plugin for Idea Java IDE is released

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2003-05-06 10:10:01 CEST

Hi Brian,

Brian Denny wrote:

> On Wed, Apr 30, 2003 at 11:04:07PM +0200, Hans Marggraff wrote:
> > The subversion plugin for idea is now released. Please grab it from the
> > file area
> > at http://svnup.tigris.org.
> >
>
> I can't seem to get the plugin working. I'm using IntelliJ IDEA 3.0.1.
> I unzipped the plugin to the IDEA plugins folder, and unzipped the DLLs
> to the IDEA bin directory.
>
> When I try to choose Subversion for my VCS support, I get the message
> "Subversion integration requires svnup.jar from svnup".
>
> I noticed that there is an "svnup.jar" in the unzipped plugin folder,
> so i tried copying/moving that svnup.jar to the IDEA 'lib' directory,
> but I still get the same message.
>
> What am i doing wrong?
>
> -brian
>

If you got the svnup.jar at the right place (Idea's lib directory or
plugins/svn4idea/lib are both fine), the next point to check is the dll. You
need the dll and the dll's which it depends either in the path or in Idea's
bin directory. The downloadable dll's need the openssl (libeay32.dll,
ssleay32.dll), zlib32.dll and the database dll (libdb41.dll or libdb40.dll).
There is a jni-dll available for download for either Berkeley DB 4.1.25 or
4.0.14.

The best way to test if you have all the needed dll available, is the
Microsoft Dependency Walker. It belongs to the Visual Studio and the Platform
SDK and is called depends.exe. Point it to the jni-dll and it will tell you
all the dll's needed and loaded by the dll.

Regards,
Patrick Mayweg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 6 10:10:56 2003

This is an archived mail posted to the Subversion Dev mailing list.

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