CVSSearch searches for code fragments using CVS comments. Specifically, it takes advantage of the fact that a CVS comment describes the lines of code involved in the commit and that this description will typically hold for many future versions. In other words, CVSSearch allows you to better search the most recent version of the code by looking at previous versions to better understand the current version.