I am using Aptana Studio 2.0.2 with PDT plugin on Ubuntu Linux platform. I want to create a new repository, and for that I selected: "New Repository Location" in SVN Perspective.
It asks for the URL of开发者_开发知识库 the new location. In what format I need to define the path of the repository on my local machine?
After a little bit of digging around, Aptana seems to be based on Eclipse, and you're probably using Subversive or Subclipse for the SVN perspective. These plugins make it easy to check out an existing repository, but aren't designed to create new repositories.
If you're looking to create a new repository, you should probably do that outside of the IDE using svnadmin.
Edit: If you have an already exiting repository on your local machine and are looking add it, try the file:///path/to/repository
format. See here.
精彩评论