I paused development on a project before going on holidays. Now after a few weeks I’d like to know what were the last things in source I was working on?
Is there a chance to see e.g. in WebSVN the last changes in the whole repository?
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.
If you have not yet commit you last changes before vacation.
– Command line to the project folder.
– Type ‘
svn diff‘If you already commit you last changes before vacation.
This will show you the different between the latest and the previous revision.