At Eclipse there is usefull option “Show annotations”. Using it I can find at which revision each line of file is created.
How to do the same using visualsvn?
At Eclipse there is usefull option Show annotations. Using it I can find at
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Annotate is called “Blame” in subversion. Annotate is a more nicely put alias that some clients support. VisualSVN uses the original “Blame” name of the command on its context menu.
A related (but not duplicate) SO question: "SVN Blame" plugin for VisualStudio