Community
Participate
Working Groups
Version: 0.7.9.I20110819-1700 SVN Client: org.eclipse.team.svn.connector.svnkit15 2.2.2.I20110819-1700 SVN/1.5.6 SVNKit/1.2.3 (http://svnkit.com/) r5745 JVM Properties: {java.runtime.name=OpenJDK Runtime Environment, java.runtime.version=1.6.0_23-b23, java.vendor=Sun Microsystems Inc., line.separator= , java.class.version=50.0, os.name=Linux, os.arch=amd64, user.country=FR, os.version=3.0.0-1-amd64, eclipse.commands=-os linux -ws gtk -arch x86_64 -showsplash -launcher /home/shaman/edi/eclipse-jee-juno-M1-linux-gtk-x86_64/eclipse -name Eclipse --launcher.library /home/shaman/edi/eclipse-jee-juno-M1-linux-gtk-x86_64//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup /home/shaman/edi/eclipse-jee-juno-M1-linux-gtk-x86_64//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 36d58085 -vm /usr/bin/java , java.version=1.6.0_23, osgi.framework.version=3.7.0.v20110613, file.separator=/, java.vm.info=mixed mode, path.separator=:, user.timezone=Europe/Paris, user.language=fr, java.vm.name=OpenJDK 64-Bit Server VM, file.encoding=UTF-8} java.lang.OutOfMemoryError: Java heap space
There was an issue with memory leaks in the SVN Kit, which is said to be fixed in the 1.3.5 version.
Created attachment 206059 [details] My modifications of the memory size for the JDK.
Ok, it seem's to work now, that's what I made. First : I increase the memory allocated to the library. By adding/changing my eclipse.ini, xms and xmx args, see attachement. Second : I made a clean in plugins, and I think but I am not full sure, that I am using an other client, the eclipse.org, one. In have both eclipse and tigris client installed, and I use without failure the eclipse one, but I don't know how to be sure. So if you need additional information, let me know.
No, that is not what I meant. SVN client you're using is indeed Subversive, but still, both - Subversive and Subclipse - uses SVN client libraries in order to access SVN. One of those libraries is the SVN Kit library. In your case you have SVN Kit 1.2.3 based connector selected in the SVN plug-in preferences. In order to use the more recent one you need to change it at: Window->Preferences->Team->SVN->SVN Connector If there is only SVN Kit 1.2.3 based connector available then please install SVN Kit 1.3.5 based connector from the polarion.org site first.
(In reply to comment #4) > No, that is not what I meant. > SVN client you're using is indeed Subversive, but still, both - Subversive and > Subclipse - uses SVN client libraries in order to access SVN. Ok. > One of those libraries is the SVN Kit library. In your case you have SVN Kit > 1.2.3 based connector selected in the SVN plug-in preferences. In order to use > the more recent one you need to change it at: > Window->Preferences->Team->SVN->SVN Connector Ok, first I got 2 SVN menus in the Team menu, that was my question. Second, I got the 'Native JavaHl 1.6.17 r1128011 (SVN 1.6.17)', selected in the 'SVN Connector' menu. My version of the SVN on my system, given by a 'svn --version', in a shell : "version 1.6.17 (r1128011)".
(In reply to comment #5) > Ok, first I got 2 SVN menus in the Team menu, that was my question. Ok, it seems that you have both - Subversive and Subclipse installed together in the same Eclipse instance. Or am I actually wrong? > Second, I got the 'Native JavaHl 1.6.17 r1128011 (SVN 1.6.17)', > selected in the 'SVN Connector' menu. > > My version of the SVN on my system, given by a 'svn --version', > in a shell : "version 1.6.17 (r1128011)". If there are two SVN entries in the preferences then there are two of software parts that can work with the different connectors. If one of them says 'Native JavaHl 1.6.17 r1128011 (SVN 1.6.17)' and we have a report where SVN Kit 1.2.3 is mentioned, then the other one of the two "SVN's" represents the Subversive plug-in where SVN Kit 1.2.3 is choosen at the moment.
(In reply to comment #6) > (In reply to comment #5) > Ok, it seems that you have both - Subversive and Subclipse installed together > in the same Eclipse instance. Or am I actually wrong? Yes I think it's true, during the last month, subclipse, was in my opinion, working better, so I just installed/used it, and remove subversive. But since, I work on the Juno (4.2) version of eclipse (the developer build), the subversive, seems to be better, so I switch again. The problem is, I can't locate the subversive plugin in the : "help > about eclipse > Installation Details", sound strange to me. > If there are two SVN entries in the preferences then there are two of software > parts that can work with the different connectors. If one of them says 'Native > JavaHl 1.6.17 r1128011 (SVN 1.6.17)' and we have a report where SVN Kit 1.2.3 > is mentioned, then the other one of the two "SVN's" represents the Subversive > plug-in where SVN Kit 1.2.3 is choosen at the moment. I don't understand why but, I can not identify witch the menu's origin. What is sur, is : -In the first, I got 5 tabs, in the SVN general page, (General, Svn Connector, Repository, View Settings and Error reporting). -In the first, tab "Svn Connector", the "native JavaHL 1.6.17", is selected. -In the second, I got no tabs, in the SVN genral page. -In the second, in the "Svn interface" part, I got "JavaHL (JNI) Not Available", selected. I can add, that eclipse, let me use, SVN without error, since I had increase the size of the memory allocated to the JDK, (I think). Thank's for your help.