Articles about subversion’

Aug 4, 2008

How to add the Subversion revision number to an ActionScript class using Ant

Posted by Dennis in ActionScript, Flex 4 comments

This comes in quite handy when you want to keep track of which version of your swf file resides on the server. You can trace it out and use Flashtracer or other tools like Flash Inspector. In short, this is what you have to do:

Make sure you have the latest Subversion
Create a template ActionScript class [...]