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

Trying to share project fails with no error message

From: Jake C <buddhabuddy_at_hotmail.com>
Date: 2004-12-15 19:39:53 CET

We are trying to switch from Visual Source Safe (ick) to SVN. I have an
existing project that I want to connect to the new SVN repository. I set up
the Repository and do Team->Share Project. It detects that the project
already exists in the Repository, and asks if I want to Synchronize. If I
say "Yes", the dialog box goes away but nothing happens (since Synchronize
isn't implemented yet), and my Project is not connected to the Repository.
If I say "No", the dialog box doesn't close. The only thing I have in my
Eclipse log is the following:
org.tigris.subversion.svnclientadapter.SVNClientException: Command line
client adapter is not available
        at
org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapterFactory.setup(CmdLineClientAdapterFactory.java:48)
        at
org.tigris.subversion.subclipse.core.SVNClientManager.startup(SVNClientManager.java:48)
        at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.start(SVNProviderPlugin.java:120)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
        at java.security.AccessController.doPrivileged(Native Method)

I thought that you didn't have to have an external Subversion client
installed to run Subclipse.

What am I doing wrong? Do I have to delete my existing project and
re-checkout everything?
Received on Thu Dec 16 05:39:53 2004

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.