Linked by Eugenia Loli-Queru on Sat 10th Dec 2005 19:27 UTC
Thread beginning with comment 70993
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
I wouldn't worry. Most bugs are fixed by now.
However I would reccomend using javahl instead of the pure java javaSVN in the subclipse plugin. This is much more mature, last time I checked JavaSVN had some internationalization problems.
Unfortunately javahl is a PITA to install on Unix/Linux as you usually have to build it yourself and put the .so file into $JAVA_HOME/jre/lib/i386 and the jar files into $JAVA_HOME/jre/lib/ext or make sure they are on the LD_LIBARARYPATH and the java CLASSPATH.
From what I understand, javahl is installed automagically on windows.