1

I look at a method in some Java class. I want to know who worked on this method. Is there an easy way to get that information from Subclipse or SVN?

And more general, how do I see who wrote / edited which code or which line of code in a simple view?

Thanks in advance.

FreakShow
  • 127
  • 1
  • 2
  • 6

1 Answers1

0

Use the Blame option in svn.. Rightclick the file Svn->Blame. This is may be diffrent from client to client.

Anders
  • 878
  • 1
  • 9
  • 20
  • Here is an description if how to use it via Eclipse: http://stackoverflow.com/questions/223657/svn-blame-in-eclipse – FreakShow Mar 03 '11 at 09:49