Traditional wisdom says that you need to delete the code as soon as you do not need it - instead of leaving it in the code base as a comment, because you can always find it later in the repository.
Let's say I need a line of code from the past that I remember to contain a very catchy substring ("XYZ", for discussion).
What are my options for finding previously deleted code using the Visual Studio 2010 Rational Team Concert (3.x) client? Can I only search for changes to a single file (maybe I donโt know which file it was in)? Can I quickly or easily search many files (without pulling these files from the repository)?
lance source share