This is what I do when I come to create a new Flex project using Adobe Flex Builder and Subversion
- I create a temporary directory and inside that directory I create 3 more called 'branches', 'trunk' and 'tags' - I create a Flex project for example "Gallery" - I then create a new repository in subversion - I then copy only the source code files ( 'mxml' and 'as' ) into the 'trunk' directory which is in the temporary directory I created earlier - I then import the tempoaray directory into my new repository - I then delete the temporary directory - I then setup the repository in the Flex builder and check it out again creating the same project again but ends with " SVN" for example "Gallery SVN" - I then delete the project "Gallery" thats it :p How do you do yours when you first start a Flex project along with subversion. I'm interested/curious/wondering :p

