This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Subversion and installation using Eclipse

 
Ranch Hand
Posts: 437
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anybody tell me as to how to install Subverion using Eclipse?


Thanks in advance.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please take the time to choose the correct forum when you post a question on JavaRanch - this question does not have anything to do with Apache Tomcat. I am moving this to a more appropriate forum.

For installing Subversion in Eclipse, see http://subclipse.tigris.org/
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jesper Young:

For installing Subversion in Eclipse, see http://subclipse.tigris.org/



Or http://www.eclipse.org/subversive/ - which is likely to become the official SVN-plugin.
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ilja Preuss:


Or http://www.eclipse.org/subversive/ - which is likely to become the official SVN-plugin.



Previously when I have installed Subversive under Eclipse I have had no problem. I have just set up Eclipse on a new computer and configured Subversive in the install.

I have configured
Subversive:
http://download.eclipse.org/technology/subversive/0.7/update-site/
and
Subversive SVN Connectors:
http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/

My problem is that the first update-site for Subversive is missing a plugin. The plugin "SVN Team Provider (Incubation) is not there. It is somehow missing.

If you look at the following instructions
http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php

There should be 3 choices to select in the "SVN Team Provider Plugin (Incubation)", but I only get two. I have tried several different mirrors, but them all give me only two choices where there should be 3.

I can not install the other choices of Subversive because the one that is missing is the svn core plugin.

The eclipse versjon is 3.3.2

I downloaded the archive of Subversive and took a look inside. There I found the SVN core plugin available. Either Eclipse does not find it or it has discarded it.

[ April 27, 2008: Message edited by: Sverre Moe ]
[ April 27, 2008: Message edited by: Sverre Moe ]
 
What are your superhero powers? Go ahead and try them on this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic