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 rec
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.