restoring repository from backup

I deleted a repository accidentally. I have S3 backups configured. But the backups seems to be just a lot of small files each in its own directory, nit a svn dump that I could import back.
So how can I restore my repositoy from backup?

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Wed 06 Mar, 2013

Your S3 backup should have everything you need – they small files are a bunch of dumps that you have to run incrementally on an empty Subversion repository. Each of the file has the revision that it holds (usually named repositoryname-<start revision>-<end revision>)

We can restore it from our own backups as well – just raise a support ticket with all details that you have (like repository name, project name, etc)

 

You do not have sufficient permissions to comment