I have deleted my main repository on my server accidentally. This is a personal server so it does not affect anyone else. I have a local check out (via svn co) of the files in tact on my desktop. I am wondering if it is possible to reconstruct the Svn server repository from a local check out ?
I am not a pro Svn user so I really do not know the details of svn much, but I know that unlike Git, Svn`s server repo is not same as the a local check out. So it is not as easy as copying it back, at least that is what I assume myself.
thanks
The best you can do is setup a new repo, delete the .svn directories in your working copy, then import the files into the new repo. You will need to then go to any existing working copies and switch them to the new repo. You’ll probably need to do a switch –relocate.