How to find the authors of a method via SVN / Subclipse?
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.
Use the Blame option in svn.. Rightclick the file Svn->Blame. This is may be diffrent from client to client.
精彩评论