5

Possible Duplicate:
Searching subversion history (full text)

I'm using the TortoiseSVN and the AnkhSVN. I have a file with the > 100 changes commited. I need to find out in which revision some piece of code was deleted. All I know is the unique method name. How can I find it without digging the whole file history ?

Community
  • 1
  • 1
Tony
  • 12,405
  • 36
  • 126
  • 226
  • Question closed as answered (with redirect to answer), but the other question talks about GIT not TortoiseSVN. – Gabriel May 31 '22 at 10:01
  • 1
    @ServerOverflow Only if you look at the accepted answer, the other answers do talk about SVN. Acceptance of an answer doesn't mean it is the only answer, or the best answer, just that the OP decided that was most suitable for them. – Mark Rotteveel Jun 01 '22 at 10:51

1 Answers1

5

Did you try SVN blame to solve your problem? Also see this question on stackoverflow.

Community
  • 1
  • 1
Victor Zakharov
  • 25,801
  • 18
  • 85
  • 151