I have the latest revision checked out to my working copy, but it’s broken – it can’t compiled.
How to get the previous revision before the head? And if it’s broken too – the previous before the previous?
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.
svn update -r PREVHere’s a link to the documentation on revision keywords.
If none of the keywords (HEAD, BASE, COMMITTED, or PREV) is exactly what you want, then just look in the log and find an explicit revision number to update to.