Someone was asking on the CFEclipse mailing list about how to setup a SVN project in CFEclipse. I started typing up an email reply but thought a blog post with pictures might make more sense.
This tutorial assumes you have the following installed:
- CFEclipse
- Subclipse plugin
- A remote Subversion repository
First open CFEclipse and open the SVN Repository view.
Window > Show View > SVN Repository
Next click on the Add New Repository button.

Enter the URL of you remote repository and click Finish. I usually enter the root URL so I can access anything within the repository. Your remote repository should now be visible in the SVN Repository view.
If you need to add existing local project files to your repository you can do that at this point by creating a directory within your repository and doing an import:

Now expand the repository and locate the directory you wish to checkout:
:
You should be able to leave the defaults selected and click Finish. We will checkout our project using the New Project Wizard and we will checkout the HEAD revision.

When prompted for a Wizard – select:
CFEclipse > CFML Project

Click next and enter your project name and select your location and click Finish:

Your CFEclipse perspective should open to your new project. You should see the standard SVN icons letting you know these files are under version control:

And you can now manage these files in Subversion via the Team menu:
