Search code examples
svntortoisesvn

how can I search an svn repository for the existence of files in any revision


How can I search if a file named foo.txt was ever committed to my svn repository (in any revision)?


Solution

  • Right click on the checked out folder's root > TortoiseSVN > Show Log

    You can enter file names just as well there.