When I do a VCS commit, I have the the fantastic functionality to upload all the changed files to our test server upon check-in. This is great.
However, once testing is complete and approved, I'd like to go back to that change and upload the same set of files to our staging server. I have the different deployment servers and paths set up correctly, it's just that I can't easily reselect that same set of files to upload to the next stage.
Does anyone do something similar or have a good suggestion on how to achieve this?