finding deleted files in a subversion repository

I needed file which was deleted some time ago. Thanks to Subversion, the task is easy as long as you remember the name of the file. Unfortunately, it wasn't a case. Fortunately, I found a magic spell. In the directory where the file was located, say: svn log --verbose, and the output will contain all the names and the revisions.

Categories:

Updated: