Hi how are you doing? I have a repository of 60850 svn revisions where by accident 120gb of files were uploaded. To be more specific, the 60660 revion is the heaviest. I was investigating to eliminate this amount with the following tools:
1 - Perform a dump with filtering revisions svnadmin dump -r and then load to the new repo.
2 - Perform a dump and then filtering with svndumpfilter and placing the path where these files are located. And then also load the new repo.
I was researching to edit the revision files but I know that they are more likely to break than fix.
I understand that deleting files from a version control system is not the idea since we make sure we can revert when we need it. But these files are not required to be hosted on the server and take up space on it.
Can you suggest any other ideas or ways to do this task?
From already thank you very much.
Regards!
PD: svn versión 1.7.14 (r1542130)