I just want to see what files were modded/added/deleted between 2 arbitrary revisions. How do I do this?
Can I do this in tortoise as well?
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.
The -v for ‘verbose’ switch will give you detailed output on which files were affected on that revision.
Note that ‘.’ assumes you are currently in a working copy directory, but you can also use a URL such as ‘http://svn.myawesomesoftwareproject.com/trunk/lib/foo.c‘.
This information can be found by typing ‘svn help log’, or by reading the SVN Book, available free online. Don’t forget to Read The Friendly Manual!