Posted: November 30th, 2007 | Author: Tiago Bilou | Filed under: Actionscript3, Adobe Flex, SVN, Tutorial | 4 Comments »
Improving the work flow in the development of Flash applications is something that has been in my mind for some time now, specially after seeing some presentations on the subject at Max Barcelona.
Usually the applications are not big, and are developed by a single programmer in less than a month, so they are manageable, but when a big one come along chaos is installed.
Read the rest of this entry »
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.