getting error while connecting with repo [duplicate] - eclipse

from my computer (Mac OS X Leopard) through shell I can check out without problem a remote SVN repo. I already established ssh keys and all that stuff. Now I installed eclipse helios on mac and the subversive pluging. I find no way yo make it work with the svn+ssh repo, could you point me to some good tutorial? MY google caan not find anything useful today
PS: This is the error I get:
SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
PS2: It seems there is a problem with the already JAVA connector, how oculd I install a new one like the SVN kit one?

Go to Help > Install New Software...
Paste in the URL
for juno: http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/
for kepler: http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/
Select the connector you wish to install (I usually go with SVNKit). You need to select both the wanted connector and the generic "Subversive SVN Connectors" item.
Click Finish
You should be able to use your repository now, but if not :
Go to Window > Preferences
Browse to the Team > SVN item
In the SVN Connector tab, make sure that SVNKit is selected as the active one.

For eclipse juno you have to replace word "updated" to "juno" in the plugin link.
So working link for eclipse juno is:
http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/

for eclipse kepler you can use this
http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/

I have solved the issue in Helios using subclipse.
Go to Help> Eclipse Marketplace
search for subclipse and install

Go to:
Help -> Eclipse Marketplace -> Subclipse
worked for me in Eclipse Luna

Last version (July 2019):
http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/
See 'How to' picture below:
See 'How to' version without pictures below:
In your internet browser,
Go to http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/
Download Subversive-connectors-allplatforms-6.0.4.I20161211-1700.zip
In eclipse,
open the menu 'Help'
choose 'Install new software'
click on 'Add' in the 'Install' popup
click on 'Archive' on 'Add Repository' popup
choose the zip downloaded previously
click on 'Open'
tick all the checkboxes in the 'Install' popup
click 'Next'
wait eclipse calculations to process
click 'Next'
click the radio button 'I accept the terms of license agreement'
click 'Finish'
click 'Install anyway' in the 'Security warning' popup
wait eclipse to process
click 'Restart now' in 'Software Updates' popup
wait eclipse to restart

Related

Eclipse - won't add svn repository

i searched and i didn't find anything.
I have windows 7 x64 ultimate, eclipse luna(tried with juno, indigo too) latest ide for java developers, 1.6 subclipse(tried with 1.4 too) and java jdk 8(tried with 7 too).
I successfully installed subclipse to my eclipse(i've done this a million times before), loaded the jdk correctly on eclipse and when i press in svn repositories to add a new repository(in this case: https://xp-dev.com/svn/aCis_community/) it says Operation in progress... forever, it doesn't finish.
I tried adding a repository that begins with http:// (http://svn.l2jserver.com) instead of https:// and it was added successfully. Then i tried another one with https:// and still the same thing happens. I don't know if that's the problem though, however the svn works fine.
Thanks.
For svn installation on eclipse, we have follow two steps:
1. subversive plugin
2. subversive svn connectors
Follow these steps
On main menu, choose Help > Install New Software. The available Software dialog appears.
In the Work with list,
select Neon - http://download.eclipse.org/releases/neon/. A list of
software packages appears.
Expand the Collaboration node, scroll the
list and select Subversive features Check other options in the
dialog as desired and click the Next button.
The Install Details screen appears in the dialog. Click the Next button, accept the
license and click Finish. Subversive will download and install.
It is recommended to accept the option to restart Eclipse.
Go to Window > Preferences > Team (tree node) > SVN (tree node) > SVN Connector (tab) And install missing connectors

GitHub Mylyn Connector installation

If i try to install the GitHub Mylyn Connector, i get this error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Eclipse GitHub integration with task focused interface 3.3.0.201403021825-r (org.eclipse.mylyn.github.feature.feature.group 3.3.0.201403021825-r)
Missing requirement: Eclipse GitHub integration with task focused interface 3.3.0.201403021825-r (org.eclipse.mylyn.github.feature.feature.group 3.3.0.201403021825-r) requires 'org.eclipse.mylyn_feature.feature.group 3.7.0' but it could not be found
- I could not find any other post with this error-message :/
I already installed EGit, and I also tried to install the Github Mylyn Connector with the Eclipse Marketplace but it didn't change anything.
I use Eclipse 4.3 for Mac OS X
Thanks for any help
The GitHub Mylyn Connector has been broken in the Eclipse Marketplace for at least a month now.
To manually install it, visit the EGit home page
http://eclipse.org/egit/download/
And copy the update link you want to use. I use the following:
http://download.eclipse.org/egit/github/updates
In Eclipse, go to
Help > Install New Software... > Click the Add... button
In the Name field type GitHub Mylyn Connector for future reference, and past the update URL in the Location field.
Click the OK button.
You should now see the Collaboration option, and you can expand it to verify that it will install "Eclipse GitHub integration with task focused interface".
Click Next, agree to the terms, Next, have Eclipse restart, and you should be ready to go.
After Eclipse starts up again, open the Task Repositories view > right-click in the view > click Add Task Repository.. > Choose GitHub Issues > Then continue on with configuring for GitHub and creating a New Query.

Installing Findbugs plugin for MyEclipse

I am trying to install Findbugs plugin for MyEclipse 6.0.1 using follwing steps:
In Eclipse, click on Help -> Software Update -> Find and Install...
Choose the Search for new features to install option, and click Next.
Click New Remote Site.
Enter the following:
Name: FindBugs update site
URL: one of the following (note: no final slash on the url)
http://findbugs.cs.umd.edu/eclipse for official releases and click OK.
"FindBugs update site" should appear under Sites to include in search.
Click the checkbox next to it to select it, and click Finish.
As soon as I click Finish eclipse shows me error saying "No features found on selected sites".
Can anyone plz tell me how should I proceed for Findbugs plugin inatallation in MyEclipse v6.0.1.
MyEclipse 6.6 is based on eclipse 3.3, so I assume 6.0 is also based on eclipse 3.3. That version of MyEclipse is now unsupported. However, you might be able to download the Findbugs plugin from here (which also list several update sites) and install it manually. I don't recall how to add plugins manually to eclipse 3.3 but there is probably a section in the help that comes with MyEclipse.

Installation of EPIC within eclipse juno

I'm installing EPIC within eclipse but always get an error:
Unable to read repository at http://e-p-i-c.sf.net/updates/testing/content.xml
I tried the second answer in this post which is:
1) add the line in eclipse.ini: -Djava.net.preferIPv4Stack = true
2) delete eclipse/p2/org.eclipse.equinox.p2.repository/cache directory
But still get the error. However I can install CDT correctly.
I'm using Mac OX Lion and Eclipse Classic 4.2.1 the mac os 64bit version. I also tried to switch to 32bit version but didn't work. Any help is appreciated.
There are 2 ways to install EPIC in Eclipse:
Way One:
Open Eclipse
Go to Help -> Install New Software and click Add button
Enter Name as EPIC and Location as follows:
http://e-p-i-c.sf.net/updates (for the stable 0.5.x, older version of EPIC)
http://e-p-i-c.sf.net/updates/testing (for the most recent 0.6.x version)
Follow the instruction of eclipse pop up
After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at
left side panel
Way Two:
Open Eclipse
Go to Help -> Eclipse Marketplace
Type EPIC at Find text box and click Go button
Click Install button at "EPIC - Eclipse Perl Integration" area
Follow the instruction of eclipse pop up
After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at
left side panel
This is another posible answer, besides the ones already provided.
I just hit this, and it was a firewall rule the issue.
In fact the file content.xml doesn't exist on the plugin update (it has instead a site.xml) but that is what the error says when it cannot reach outside world
Solution would be to just open ports 80 and 443 to Eclipse
PS: this happened to me while installing a new version of Eclipse which was not whitelisted in the firewall rules
Remove the site from your "Available Software Sites".
1) Go to "Help" > "Install New Software" > "Available Software Sites"
Find the URL you mentioned in the list and delete it.
Note: Then install EPIC from marketplace if required.

Installing Git on Eclipse

How can I install Git on Eclipse? I found tutorials on http://cho.hapgoods.com/wordpress/?p=159 but there was said that "You should then see the eight Eclipse projects 'org.spearce.something.'" I don't see those eight projects.
Just add http://download.eclipse.org/egit/updates to your Eclipse update manager.
Do you have Egit installed yet? If not, go to Window->Preferences->Install/Updates->Available Software Sites. Click on add and paste this link http://download.eclipse.org/egit/updates
For Name, you can just put "EGit". After you have EGit installed, follow this tutorial. It helped me a lot!
Checkout this tutorial Eclipse install Git plugin – Step by Step installation instruction
Eclipse install Git plugin – Step by Step installation instruction
Step 1) Go to: http://eclipse.org/egit/download/ to get the plugin repository location.
Step 2.) Select appropriate repository location. In my case its http://download.eclipse.org/egit/updates
Step 3.) Go to Help > Install New Software
Step 4.) To add repository location, Click Add. Enter repository name as “EGit Plugin”. Location will be the URL copied from Step 2. Now click Ok to add repository location.
Step 5.) Wait for a while and it will display list of available products to be installed. Expend “Eclipse Git Team Provider” and select “Eclipse Git Team Provider”. Now Click Next
Step 6.) Review product and click Next.
Step 7.) It will ask you to Accept the agreement. Accept the agreement and click Finish.
Step 8.) Within few seconds, depending on your internet speed, all the necessary dependencies and executable will be downloaded and installed.
Step 9.) Accept the prompt to restart the Eclipse.
Your Eclipse Git Plugin installation is complete.
To verify your installation.
Step 1.) Go to Help > Install New Software
Step 2.) Click on Already Installed and verify plugin is installed.
egit was included in Indigo (2011) and should be there in all future Eclipse versions after that.
Just go to ![(Help->Install New Software)]
Then Work with: --All Available Sites--
Then type egit underneath and wait (may take a while) !
Then click the checkbox and install.
I made an installation guide for Egit on Eclipse so I thought I would share it.
INSTALL EGIT plugin in eclispe which is pretty easy. If EGit is missing in your Eclipse installation, you can install it via the Eclipse Update Manager via: Help → Install new Software. EGit can be installed from the following URL: http://download.eclipse.org/egit/updates
Under Eclipse Git Team Provider, tick ONLY "Eclipse EGit" and then download the plugin.
CONNECT TO YOUR LOCAL REPOSITORY. I right clicked on the project, selected "team > share project" and then ticked "use or create repository"
GIT IGNORE. Mark the "bin" folder as "ignored by Git", either by right-clicking on it and selecting Team > Ignore or by creating a .gitignore file. My file was generated for me, I just had to make it visible. Here's how in eclipse: In your package explorer, pull down the menu and select "Filters ...". You can adjust what types of files are shown/hidden there.
IDENTIFY YOURSELF. Click Preferences > Team > Git > Configuration and make sure your name & email are there so we know which user committed/pushed what.
NOW YOU ARE READY TO ADD/COMMIT/PUSH/PULL files with the plugin!
There are two ways of installing the Git plugin in Eclipse
Installing through Help -> Install New Software..., then add the location http://download.eclipse.org/egit/updates/
Installing through Help -> Eclipse Marketplace..., then type Egit and installing it.
Both methods may need you to restart Eclipse in the middle. For the step by step guide on installing and configuring Git plugin in Eclipse, you can also refer to Install and configure git plugin in Eclipse
It's Very Easy To Install By Following Below Steps In Eclipse JUNO version
Help-->Eclipse Marketplace-->Find: beside Textbox u can type "Egit"-->select Egit-git team provider intall button-->follow next steps and finally click finish
You didn't mention which version of Eclipse you are using, but others have already posted good answers for modern versions of Eclipse. Unfortunately one of my legacy projects requires Eclipse Europa; the old EGit project homepage states the following:
The plugin only works on Eclipse 3.4 (Ganymede) or newer. Eclipse 3.3 (Europa) is not supported anymore. Since the plugin is still very much work-in-progress we want to take advantage of new platforms features to facilitate progress.
So I guess I'm SOL - back to the graphical GitHub client for me! Lucky it's a legacy project.
Try with this link:
http://download.eclipse.org/egit/github/updates
1)Go to Help-> Install new Software
2)Click on Add...
3)Name: eGit
Location:http://download.eclipse.org/egit/github/updates
4)Click on OK
5)Accept the licence.
You are good to go