Our repository host recently went down taking the repository and all back ups etc with it. I have no access to the repo file system and so cant do svnAdmin dump.
We still have relativly stable up to date working copies.
Currently i can think of two options:
- export on my current working copy.
- importing to a new repository.
- checkout from new repository.
- manual merges of changes from otherworking copies to get team changes.
Or(not sure if even possible)
- svnrelocate to the intended new repository url.
- svn commit the workingcopy to the new repository(i am unsure if this will work due to there being no repository/version info).
- get other team members relocate and update from new repo.
is there any other option or better way to do this?
Thanks