Recreate subversion repository from svn client checkout
svn, version-control
Solution
You could svn export that checkout to a new location, and then add it all to a new repository. But you cannot get the history back.
Problem
My first question here. The subversion repository was deleted but there exists a checkout made from that repository. How would I go about rebuilding the repository from the checkout?