Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

subversion issue with eclipse

I have recently configured eclipse for subversion by installing the plug-in subclipse. Now the problem is that when I try to import folders from svn I get this error:

Folder " does not exist remotely

The url that I provide is of the form "svn:// ... " and works fine with netbeans. Infact I was using netbeans until now and things were fine as far as svn was concerned. Another thing is that eclipse works fine if I try to import from a test url that I got from a website during subclipse installation. So eclipse can import projects from http://subclipse.tigris.org/svn/subclipse but throws the above error for my url(which is otherwise ok with netbeans). I am using ubuntu 11.04 if that is of any concern.

Thanks for any help,

like image 228
comatose Avatar asked Nov 04 '11 08:11

comatose


People also ask

How to make Eclipse IDE support Subversion (SVN)?

Here’s a guide to show you how to make Eclipse IDE support Subversion (SVN) via Subclipse plugin. 1. Subclipse Plugin Visit this link : http://subclipse.tigris.org/ , click on the “ Download and Install ” tab. Get the “ Eclipse update site URL ” for Subclipse plugin, for example http://subclipse.tigris.org/update_1.6.x

What's new with subversive in Eclipse?

Subversive evolves together with the Subversion project to provide Eclipse users with the features that appeared in new versions of the SVN implementation. You can use the new SVN functionality in Eclipse by installing the Early Access version of Subversive. Are you new to Subversive?

What is subversive plug-in used for?

Subversive plug-in provides access to Subversion repositories from the Eclipse workbench. Subversive is designed to be used as a full-featured SVN client, so you can update, commit, merge changes, work with SVN properties, view change history and perform other operations with SVN directly from the Eclipse environment.

What is the subversive project?

Today, the Subversive project consists of the Subversive plug-in for Eclipse developed as an Eclipse open-source project; and the Subversion connectors (used for communication with SVN) developed as an external open-source project on Polarion.com . Subversive plug-in provides access to Subversion repositories from the Eclipse workbench.


2 Answers

I had also the same problem. But now it is working fine.

Solution

Window->Preferences->Team->SVN

Then select 'SVN Interface' as 'JavaHL'. Click 'Apply' and then 'OK'.

Thats it...

like image 178
Jomia Avatar answered Sep 28 '22 04:09

Jomia


In case anyone has this problem, check the option by proxy connectivity. Set it to manual.

like image 44
Tiago Araújo Avatar answered Sep 28 '22 02:09

Tiago Araújo