SVN and Flex Builder
Posted: October 30th, 2007 | Author: nuno | Filed under: Adobe Flex, SVN | 3 Comments »Till recently I was using TortoiseSVN to do version control of my projects. I decided then I wanted to integrate SVN into Flex Builder and do all the svn commands from there directly. In the end it hasn't hard at all, I just followed the instructions from Ben Bishop's post.
Something me and others noticed here is that, since Flex Builder copies all the project root files and folders into "/bin", including the .svn directories, adding the "bin" directory to the repository will cause later problems.
A lot of people have posts about this and so nothing really new here but I wanted to write down what worked (and is working) for me.