after a major server fault, svn repository was destroyed and my working version is most current one,
what is the way to recreate svn repository from my working version?
after installing svn on a new server and trying at my working copy
svn switch NEW_SVN_PATH .
i get an error
Repository UUID '1c604742-6b16-462b-86e4-cc8bce959242' doesn't match expected UUID '6df69aeb-a72c-450d-8102-24036a3855f7'
The development history that was stored in your old repository is lost.
You can create a new repository with the current contents of your working copy, but this will truly be a new repository. You can’t
switchto it, not even with--relocate.If you’ve already managed to import the contents of your working copy into the new repository, you just need to check it out. If not: