Another approach to this is to use the Kiln website. You can search for a change set using the change set identifier, or simply use date search, for example. date:2011-10-01..2011-10-31
Then you will get a list of change sets, click the one that shows the version of the code you want to restore, and then if you click the Browse files at [changeset id]
link on the right, you will get a list of folders and files at that point in time.
Then you can simply add new files to your project and cut and paste the code back into these new files.
Admittedly, this is not so good for recovering an entire file, but it is convenient if you want to restore part of the code, or if someone subsequently added a new file with the name of the old file.
source share