Follow Flex After Dark on Twitter

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:

  1. The repository URL
  2. Your repository username and password

Add Repository

Adding a Project to the Repository

  1. Create a project in Flex Builder
    1. Code, code, code...
  2. Add the project to the repository
    1. Right-click on the project and select Team > Share Project...
  3. Commit the code in your project to the repository

Getting a Project from the Repository

TODO...

Related Links:

Related Docs
Recent Docs
Random Docs
  • Flex Embedding Assets Overview of embedding assets in Flex applications.
  • Flex Menus Using Menus in Flex.
  • Flex Item Renderers A Flex Item Renderer is a component used by data-driven controls, including lists, for displaying each item of a data provider.
  • Flex Fonts Working with Fonts in Flex, including embedding and runtime loading.
  • ActionScript Array The ActionScript Array class and usage examples.