There is a tool that ships with subversion (subWCRev.exe I think) which can be run that replaces values in a template file. You could use this in your mxml file.
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html Mark ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of M@ Sheppard Sent: 11 September 2007 15:45 To: [email protected] Subject: [flexcoders] Reporting Subversion Revision in Flex Application? Shortest way to ask this question I think is: Can I show the Subversion Revision # of the application's mxml file in the application itself? For example when someone went "Help->About" it could show "Version 1.3 revision 234" information? I'd like this as a verification for QA etc... so they KNOW what code base they are on. We don't currently have an automated build system, which could probably do this quite easily. So while I'd love to hear how people are doing that, I'd also like to know if there's an easy way to do it without a build system. M@

