Aims
To create a Subversion Repository for an Existing FDT Project
Preamble
I’ve created a few Blogs on the topic of using Subversion and FDT, which missed explaining how to perform this simple task. I was generally, checking out a fresh subversion project then copying the existing project to this other project.
Requirements
- FDT 3.0
- Subversion
- Eclipse 3.4 – Ganymede
- Subclipse plugin
Instructions
- Open the SVN Repository Exploring Perspective
- Add an new SVN Repository
- Return to the FDT Perspective
- Select the Project within the Flash Explorer that you wish to link to the new Repository
- Scroll down to Team and Select Share Project
- Choose SVN from the Share Project dialog box
- Choose the Repository from the supplied list
- Enter the project name you want, and Finish
- Tidy up those files with ? marks that you do not want committed, by adding to svn:ignore
- Commit the project
- You should see each folder with a little ‘database’ symbol, without any white stars which means that that everything is perfectly synchronized
- The top of my project has a white star, usually a commit and update sorts this out, but not always! (A topic for a new Blog!)

Thanks, this was helpful