Archive for April, 2010
finding deleted files in a subversion repository
Monday, April 26th, 2010I 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.