When I try to check out trunk/ from one of the Subversion repos, the following error occurs (and only part of the repo is checked out):
In directory '...trunk\www\libs\jquery'
Can't open file '...trunk\www\libs\jquery\.svn\tmp\text-base\jquery.scrollTo.html.svn-base':
The system cannot find the file specified.
I have only trace midi-chlorians for the art of SVN maintenance and repair, as the control panel normally solves these issues for me. I have access to two resources which may be of great help:
- a checkout of trunk synced to the lasted HEAD version
- root SSH access to the new box, where trunk has been corrupted
What strategy should I take to solve this? What documentation do I need to read up on?
Is there some way to force my local copy into the repo and overwrite the existing content? Or am I going to be stuck with deleting the repo (i.e. losing version history) and creating a new one with the source?
Thanks, in advance!
I recreated the entire repository from scratch by making a copy, deleting the repo, deleting all the .svn directories recursively, and importing a new repo 🙁