💻 Software
How to find who deleted a line from a file in a SVN repository?
Fresh5 days ago
Mar 15, 20265418 viewsConfidence Score0%
0%
Problem
I work on a very large project (10000+ versions) and sometimes it happened that I need to know who of the other users deleted some line in a file. Is there a way to do that that? I can do with revision number to check if a line exists in that revision, then see in which revision the line is gone an…
Error Output
svn blame
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to find who deleted a line from a file in a SVN repository?
Low Risk
I would check the history of the file and try and quickly find a revision where that line is present, and then blame between HEAD and that revision. If the file has gone through 100 revisions since inception then if you binary search through revisio…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix