Subversion

Has anyone managed to get Subversion working with 4.5? If so, any hints/suggestions?

0
16 comments
Avatar
Permanently deleted user

There was a new release of svnup (svnup.tigris.org) about a week ago that I finally got to work with 4.5.

(intellij)/bin/svnjavahl.dll (version 1.0.4.9844)
(intellij)/plugins/svn4idea/lib/svn4idea45-0.9.1.jar
(intellij)/plugins/svn4idea/lib/svnup.jar


Hope that helps.

0
Avatar
Permanently deleted user

brownidj wrote:

Has anyone managed to get Subversion working with 4.5? If so, any hints/suggestions?
From - Sat


Got it working under linux: I've got svn4idea45-0.9.1.jar in
/plugins/svn4idea45. Had to copy libsvnjavahl.so (actually, a symlink to it) to /jre/lib/i386, svnup-0.9.2.jar and svnjavahl.jar to /lib/. The plugin said they should go to /plugins/svn4idea45/lib/, but ThatDidn'tWorkForMe (tm) : plugin kept complaining it couldn't find the svnjavahl and/or svnup in the 'IDEA classpath'? ]]>

Works for me...

Regards,
Edwin

0

can you give me the links to these files?
i cant't find the versions you mentioned.

0
Avatar
Permanently deleted user

I have it working under WinXP with IDEA 4.5.2 and Subversion 1.1.0. I used the svnjavahl.jar and libsvnjavahl-1.dll from svn-win32-1.1.0_javahl along with svnup-0.9.2.jar and svn4idea45-0.9.1.jar. I put all the JARs in /plugins/svn4idea/lib and the DLL in ]]>/bin.

0
Avatar
Permanently deleted user

Anybody get this working with MacOS? I've been having problems getting Idea to recognize the plugin without barfing at launch...where do the files go, and in lieu of a Windows dll, are only svn4idea and svnup required (plus subversion, of course) ?

0
Avatar
Permanently deleted user

Hello Chris,
I tried your approach, but saw no success.
When i restart idea and open my subverision project, then i see nothing from subverision. (I have IDEA 4.5.2).
Is there something to configurate in IDEA additionally to get subversion noted?

I have it working under WinXP with IDEA 4.5.2 and Subversion 1.1.0. I
used the svnjavahl.jar and libsvnjavahl-1.dll from
svn-win32-1.1.0_javahl along with svnup-0.9.2.jar and
svn4idea45-0.9.1.jar. I put all the JARs in
<IDEA>/plugins/svn4idea/lib and the DLL in <IDEA>/bin.



0
Avatar
Permanently deleted user

I got it working using a downloaded dmg, but the SVNUp integration is pretty buggy so far. Details are here:

http://jroller.org/page/bsnyder/20041019#subversion_plugin_for_intelli_j

HTH

Bruce

0
Avatar
Permanently deleted user

I'm still not getting this working. When i select "Subversion" as the VCS, it complains that it can't find the javahl module in the PATH. However, i have the svnjavahl.dll in ]]>/bin

Any suggestions? I'm using IntelliJ 4.5.3

0
Avatar
Permanently deleted user

There are some missing dependencies in libsvnjavahl-1.dll when used in IntelliJ 4.5.3 because IntelliJ is picking up the libeay32.dll and ssleay32.dll libraries from WINDOWS/system32 directory rather than the Subversion client directory. This happens regardless of your Windows PATH setting.

I copied libeay32.dll and ssleay32.dll from the bin directory of the Subversion client into IntelliJ-IDEA-4.5/bin and now the plugin works fine for me.

0
Avatar
Permanently deleted user

I've followed all the steps on this site but still when I try to browse or check out, I get a popup saying:
Rootbrowser for (svn://myname@myhost/project/) not implemented yet. Any idea why this is?

0
Avatar
Permanently deleted user

I have exactly the same problem. Anyone have a clue as to what I might be missing?

0
Avatar
Permanently deleted user

same problem

0
Avatar
Permanently deleted user

I am running Idea 4.5.4. I perfromed all recommended steps and it gives the following error: "Cannot connect to VCS server: Can't start subversion plugin javahl module is not found in ]]>"
Any idea what can be done?

0
Avatar
Permanently deleted user

Here's what I did after a lot of headaches.

Install svn-1.1.3-setup.exe
svn-win32-1.1.3_javahl.zip
svn4idea45-0.9.1.jar
svnup-0.9.2.jar

Put the jars into /plugins/svn4idea45/lib
Put the dll into /bin.

You might also need to copy ssleay32.dll and libeay32.dll to the /bin from the svn frontend directory.

Here's some links to the targets.
http://svnup.tigris.org/files/documents/646/16579/svn4idea45-0.9.1.jar
http://svnup.tigris.org/files/documents/646/16639/svnup-0.9.2.jar
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

0

Please sign in to leave a comment.