Quick way to set up a SVN Repositroy in FDT.
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!)
source: http://factornine.wordpress.com