In a project I cannot find one file. I suppose that file was deleted in some revision.
I know only the name of file. Is possible to find this file with the Tortoise SVN client?
|
In a project I cannot find one file. I suppose that file was deleted in some revision. I know only the name of file. Is possible to find this file with the Tortoise SVN client?
| ||||
|
feedback
|
|
If you have terminal svn client you can do something like
Or you can try the following (in linux):
This will print complete svn operations log of a project, starting from revision1, until HEAD. Than you filter the (D)eleted files, not interested in (M)oved or (A)dded, and finally grepping for the "filename" in the set of (D)eleted files. You can execute similar command in PowerShell (Winboze)
to get a list of all deleted files, than use MSOffice2011 + search I guess :D Hope that helps. | ||||
|
feedback
|
|
If you know the directory it was in, you can right-click on the directory, then choose "Tortoise SVN..." and then "Show log" Once the dialog box displays, type the filename into the text box at the top of the window (with the magnifying glass next to it). If it was deleted a long time ago, you may need to use the "Show All" or "Next 100" buttons at the bottom of the screen. Good luck! | |||
feedback
|