Reputation: 61
A clients with SVN commit other have the SVN updated the last revision say 66.
Now, my SVN server repository had to be restored from a backup, lets say from 11-Jan-2019. This means, the SVN repository has the last revision as say 65.
I am using latest Win Tortoise and the latest SVN release (SVNServer).
This means, some clients have newer data files as the restored SVN repository!
The question is now how to bring the client & server back on track.
From the SVN client log I have the commit file list. Those files I will copy to a separated place and would like to revert to revision 65, but the SVN client complains about: No such revision 66..
Or I have to checkout from the server to a new folder and update those saved files to the checkout folder and commit/add again?
Upvotes: 2
Views: 145
Reputation: 146460
You'd better discard the working copies. Subversion is not designed to handle that situation gracefully. My suggestion:
Upvotes: 1