I have a situation where my main subversion machine died. I have resorted to an older machine.
My latest checkout is version 240, but the old machine is only up to version 200? Subversion won’t let me checkin and I need help fixing the gap.
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 could try this:
1) Check out version 200 from the old machine into a new working copy.
2) Use
svn exportto copy the changes from your old working copy across to your new working copy.3) Check the changes in as version 201 on the old machine.
You’ll lose the history between versions 200 and 240, but unless you have a backup of them somewhere else then you might not be able to avoid that.