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:
tar xvf oldSubversionServer.tar path/to/subversion/repository
Then you can browse the repository or create a working copy of your project with a svn
client, using the file:
access method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With