Restoring a subversion repository to workcopy revision

Posted by tinny on Stack Overflow See other posts from Stack Overflow or by tinny
Published on 2010-06-07T03:24:05Z Indexed on 2010/06/07 3:32 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

My subversion VM died the other day (host hardware melted) and I had to restore a backed up copy of the vmware server image. The restore went well and the VM is running again on a new host.

The problem I have is that my restored repository is at revision 60 but my working copy on my PC is at 66. When I try and commit my working copy I get the following error message.

svn: Commit failed (details follow):
svn: No such revision 61

What is the best way to force this commit and bring subversion up to the same revision as my working copy?

Thanks

© Stack Overflow or respective owner

Related posts about svn

Related posts about version-control