I am still not quite sure how to go about deploying mods from subversion. This is what I am trying to achieve:
Each developer has a local development environment. We have a job tracking systems (jira) that bugs and requests for new features are entered into. I will work on a bug and once I am happy with the fix, testing in my dev environment, I will put those changes onto the test server. After user testing, it may come back for further work, or be signed off. If signed off, it is put onto the production server. As you can imaging, there can be any number of bugs been fixed at any point in time by multiple developers. The testing can get signed off in any order and may be there for a couple of weeks. What I would like to be able to do is get the files for a particular bug fix and from those file, merge the modifications into test and then production. General Notes: - One file may have multiple bug fixes / enhancements - if a modification is to be backed out, and other modification since then will need to stay. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278000 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

