I have a subversion repository that I committed to and it’s hard drive crashed. My latest backup is one revision behind. I can’t commit to the backed up repository because the working copy is one revision ahead. How do you fix this?
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.
You might try checking out the latest revision and then manually copy changes to its working copy from your current working copy (which is one revision ahead). Then you should be able to commit normally.