Try Stack Overflow for Business. Our new business plan for private Q&A offers single sign-on and advanced features. Get started by May 31 for 2 months free. Eclipse is an open source community. Find downloads for packages, developer builds, and projects.
I am trying to install Subclipse on Linux. My Eclipse (Indigo) version is 3.7.2. I went to this site and copied the link says:
An Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. Developed and maintained by Subversion core committers, Subclipse is always in synch with the latest Subversion features and releases. Subclipse includes the CollabNet Merge Client originally developed as part of the CollabNet Desktop - Eclipse Edition. May 01, 2013 Try Stack Overflow for Business. Our new business plan for private Q&A offers single sign-on and advanced features. Get started by May 31 for 2 months free. Using SVN via Eclipse and Subclipse. By Sophie Engle on Aug 2013. This guide shows you how to use SVN via Eclipse using the Subclipse plugin (like, for example, when you test your code remotely on the lab computers). Eclipse does not support SVN repository browsing by default. For that you need to download several plugins. Install SVN Plugin in Eclipse. Follow the below steps to configure SVN plugins in eclipse IDE: Step-1: First Open Eclipse IDE. Step-2: Go to Help - Install New Software. Step-3: Enter the Eclipse update site URL into the “Work. This tutorial will show you how to install subclipse plugin (in Eclipse. It will include SVN (Subversion) functionalities.
Links for 1.8.x Release:
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
but it is not working...
cheesemacflyclosed as not a real question by WillMay 3 '13 at 14:10
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question.
1 Answer
In eclipse, go to help --> Install New Software...Then put this URL in the box (this URL is from the site that you link to).
The plugins will then appear for you to select.
Or you can click on help --> Eclipse Marketplace... and then search for Subclipse if you have the marketplace installed.
Not the answer you're looking for? Browse other questions tagged linuxeclipsesubclipse or ask your own question.
Eclipse IDE has build-in integration with Concurrent Versions System (CVS), but not 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
2. Eclipse IDE
In Eclipse IDE (Helios version), top menu, select “Help” –> “Install New Software…”. And puts http://subclipse.tigris.org/update_1.6.x in the “work with” textbox and click on the “Add” button. Select all components and install it.
Restart Eclipse IDE to take effect.
3. Test SVN in Eclipse
Eclipse IDE, top menu, select “Windows” –> “Open Perspective” –> “Other…”, choose “SVN Repositories“.
Now, you can perform SVN functionality in this “SVN Repositories” perspective.