Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6789943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:39:57+00:00 2026-05-26T17:39:57+00:00

In a project I cannot find one file. I suppose that file was deleted

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:39:58+00:00Added an answer on May 26, 2026 at 5:39 pm

    If you have terminal svn client you can do something like

    svn log -r <last_revision_you_know_file_existed> <deleted file>
    

    Or you can try the following (in linux):

    svn log -r 1:HEAD -v | grep D | grep -v M | grep -v A | grep <filename>
    

    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)

    svn log -r 1:HEAD -v | where {$_ -match "^   D"}
    

    to get a list of all deleted files, than use MSOffice2011 + search I guess 😀

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose you want to throw Exception like this: 'Project with the provided ID cannot
In one of my projects, I have some classes that represent entities that cannot
I'm trying to use Maven2 but my child projects cannot find the parent project.
According to the answers to this question, I cannot embed a file version in
I have a SQL Server report project in VS 2005 that won't preview one
Possible Duplicate: Cannot find window-based application on XCode I am pretty new to IOS
One of my websites references a library in my solution called Foo That project
The IDE allows me to create a new project but I cannot find any
I cannot import a maven project with WTP features enabled. I have already tried:
I cannot get std::tr1::shared_ptr for my WinMobile project since the STL for WinCE is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.