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

Re: [Subclipse-users] Blank field in the SVN Interface Box

From: Mark Phippard <mphippard_at_collab.net>
Date: Wed, 17 Dec 2008 10:01:28 -0500

It seems like you did not install an adaptor. Because if you did,
then they should show up in the drop-down and in worst case with a
"Not available" next to them. For the dropd-won to be empty means the
plugins are either not installed or not loading. Could the JVM you
are using be a problem?

So here is what you need from an Eclipse "feature" perspective:

Must have:
Subclipse
SVN Client Adapter

Must have at least one of:
JavaHL Adapter
SVNKit Adapter

If SVNKit Adapter is to be used, must have:
SVNKit Library

It looks like you have already done the right steps to use JavaHL (in
terms of providing the native library). But either you did not
install the JavaHL Adapter plugin or it is failing to load for some
reason. There have been people in the past that could not use the gcj
JVM, I am not sure if JRocket has problems or not. There is nothing
weird about these plugins that would make me suspect a JVM would have
problems, I just know gcj always had problems in the past.

Have you done Help > About and then clicked on Configuration Details
to see if your eclipse.ini settings "took". If you specify any
command line options to the launcher it does not process the
eclipse.ini.

Hope this helps

Mark

On Wed, Dec 17, 2008 at 9:52 AM, Mark Russell
<mark_russell_at_instantiations.com> wrote:
> I have been working on this for three days and If I can't solve it I will have to switch to Windows to do my development (yuck).
>
> I develop on eclipse 3.4.1 on CentOs 5.1. I just installed the 1.4.7 subclips plugin and subversion client adaptor 1.5.2 and svnkit library 1.2.1.5297 plugins into eclipse via the p2 update manager. I keep getting a dialog box that pops up when I try to add any svn repository. Here is what the dialog says: unable to load default SVN client.
>
> When I go to the team->svn properties page in the SVN interface group there is a drop down that is blank. I have followed all of the web pages on this I can find and still no luck.
>
> I have upgraded my client SVN to the CollabNet SVN. It is installed into the default location and in the path it runs instead of the default SVN. Here the output from the SVN command:
> svn, version 1.5.4 (r33841)
> compiled Oct 23 2008, 15:32:27
>
> Copyright (C) 2000-2008 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network protocol.
> - with Cyrus SASL authentication
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
> * ra_serf : Module for accessing a repository via WebDAV protocol using serf.
> - handles 'http' scheme
> - handles 'https' scheme
>
>
> here is my eclipse ini file:
> -startup
> plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> -clean
> -vm
> /usr/bin/JRocket_1.6_03/bin/java
> -vmargs
> -Xms40m
> -Xmx512m
> -Djava.library.path=/opt/CollabNet_Subversion/lib
>
> This should not be this hard.
>
> Please help me
>
> Thanks in advance for any help

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=985753
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2008-12-17 16:01:43 CET

This is an archived mail posted to the Subclipse Users mailing list.

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