Search code examples
eclipsesvnaptanaworkspace

Moving to Aptana, need to add existing working as a project


I have been using Coda since it's been released on Mac OS and would like to move to Aptana.

The project is nicely set up in Aptana with the root folder set to the working copy.

Is there a way to ask Aptana to use SVN with this working copy?

It would be good to avoid checking out again the whole folder.

Thanks.


Solution

  • I have never used Aptana but in Eclipse (which Aptana is based on) when you have a working copy of a project checked out from svn in a different way than via IDE (like by command line svn) and you:

    • right click on the project
    • choose Team->Share Project

    IDE auto detects that the project is a working copy and you do not need to check out whole folder again.

    Hope it helps.