Our svn server has accidently lost its all data, and our svn repository files are lost. Currently we have only local checkouts of the svn repository, is there any way to recover the svn repository?
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.
The whole svn history is in the server, so you cannot recover it from your checkouts. The only thing you can do is create a new repository and commit the code so you can start again.
In the future I would recommend you to keep a copy of you repository. Take a look to the svn dump command.