How to find who deleted a line from a file in a SVN repository?
Posted
by Ivan Petrushev
on Super User
See other posts from Super User
or by Ivan Petrushev
Published on 2010-04-20T10:00:13Z
Indexed on
2010/04/20
10:03 UTC
Read the original article
Hit count: 312
Hello,
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 svn blame
with revision number to check if a line exists in that revision, then see in which revision the line is gone and see who commited that revision, but that procedure is lame with that large project.
Is there a smarter way to do that?
© Super User or respective owner