Using Subversion with Flex Builder
Team Views
Connecting to a Repository
The first step of using Subversion in Flex Builder is connecting to a respository on a Subversion server.
You'll need two (or three) things to connect to a Subversion repository:
- The repository URL
- Your repository username and password

Adding a Project to the Repository
- Create a project in Flex Builder
- Code, code, code...
- Add the project to the repository
- Right-click on the project and select Team > Share Project...
- Commit the code in your project to the repository
Getting a Project from the Repository
TODO...
Related Links:

