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 7726615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:15:35+00:00 2026-06-01T05:15:35+00:00

In my SVN folder someone deleted our project source code. Using SVN history we

  • 0

In my SVN folder someone deleted our project source code. Using SVN history we are unable to identify person who deleted those files. Project related none of the activity shown under history.

  1. is there any option to delete a folder from SVN without log in history?
  2. is there any option under SVN server to recover those files?

Thanks

  • 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-06-01T05:15:37+00:00Added an answer on June 1, 2026 at 5:15 am

    All deletions will show up in the log unless the repo is seriously mangled. My guess is that you are querying the wrong path, possibly by issuing svn log from a working copy. The subcommand accepts a URL so you can simply:

    svn log https://example.com/svn/project/
    

    instead of

    svn log 
    

    … or:

    svn log https://example.com/svn/project/trunk/
    

    Of course, if you know the directory path and know a revision number where it still existed, you can simply:

    svn log https://example.com/svn/project/trunk/foo/bar@314 --revision 314:HEAD
    

    Update: Despite Lazy Badger’s surprising claims, revision history is a core feature of Subversion and does not depend on the repository access method:

    E:\test>svnadmin create myrepo
    
    E:\test>svn checkout file:///E:/test/myrepo mywc
    Checked out revision 0.
    
    E:\test>svn mkdir mywc\mydirectory
    A         mywc\mydirectory
    
    E:\test>svn commit -m "Add a directory" mywc
    Adding         mywc\mydirectory
    
    Committed revision 1.
    
    E:\test>svn delete mywc\mydirectory
    D         mywc\mydirectory
    
    E:\test>svn commit -m "Remove the directory" mywc
    Deleting       mywc\mydirectory
    
    Committed revision 2.
    
    E:\test>svn log -r2 -v file:///E:/test/myrepo/
    ------------------------------------------------------------------------
    r2 | ALVARO.GONZALEZ | 2012-04-03 17:00:34 +0200 (mar, 03 abr 2012) | 1 line
    Changed paths:
       D /mydirectory
    
    Remove the directory
    ------------------------------------------------------------------------
    
    E:\test>
    

    And it makes sense: not being able to track changes would render Subversion totally useless as version control tool. The commenter is probably confusing the log in svn log with the access log maintained by Apache, which is an entirely different thing and cannot even be read though Subversion commands.

    Any deletion committed to the repository will show up in the revision log, no matter how it was committed, unless (I as I already pointed out) the repository itself has been damaged.

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

Sidebar

Related Questions

I have checked out files from my svn repository to a local project folder.
should i after i have created a svn repo, import one project folder into
This question comes to you from someone who's been burned by SVN before and
I'm having some issues using TortoiseSVN/SVN with working folders and the .SVN folder. Say
I just started working on a new project that already contains a .svn folder
I was using Git to retain a history of my project locally. I was
I need to move svn folder to one level up and keep all history
I'm looking for a simple C# script that will export an SVN folder. note:
i need to see a folder (svn) from file system in eclipse (is there
I usually put MAMP MySQL /db/db-site-name folder under SVN. When MAMP starts, it gives

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.