I have a tar backup from an old subversion server which has long since died. All the source code which had been managed by this server is legacy code which will never be needed again … except this one project.
The tar file is full of little directories like ‘conf’, ‘dav’, ‘db’…
Is there any way of extracting the final source code of a single project from this backup?
You only have to extract the repository directory as a whole from the tar archive:
Then you can browse the repository or create a working copy of your project with a
svnclient, using thefile:access method.