Reputation: 5631
I am using Aptana Studio 3, build: 3.2.1.201207261642, I want to add my code any kind of source control for managability. Its just a pet project , which I am doing to learn ruby on rails.
When install SVN through aptana IDE , I am getting the following error.
Am I missing pre-requisites?
Upvotes: 1
Views: 506
Reputation: 107090
It looks like your problem is that you want to use the Subversion Revision Graph and you're missing a dependency, and Aptana can't find it. There are two solutions:
Cigano Morrison Mendez mentioned that Subclipse Integration for Mylyn 3.x (Optional) is also missing a prerequisite, but I don't see it. However, Mylyn is a issue tracking system for Eclipse and integrates to things like MantisBT, Rally and Jira. If you don't have an issue tracking system, you really don't need Mylyn. Go ahead and uncheck it.
Upvotes: 0
Reputation: 7230
To get Subclipse working without prerequisites, uncheck:
They are not mandatory.
If you really want to use Subclipse Revision Graph, Add GEF to your update sites and install Draw2D: Eclipse Update Site
If you really want to use Subclipse Integration for Mylyn 3.x, install Eclipse Marketplace. This site would help.
Upvotes: 1