I have a large repository into a SVN Server in the enterprise i work. I need to verify the integrity of this repository everyday to check for some instability or rupture of the SGBD.
I'm using the prompt command line "svnadmin path_to_my_repository" to verify the integrity of my repository.
The problem is: how my repository is so large (about 23GB with 28.029 revisions), this operation takes a lot of time before finish.
The question is: How do i to optimize this operation to take less time than is taking actually? Or have some other way that can i use to verify the integrity of my repository with less time?
Some extra information:
- The OS where the SVN Repository is installed is: Windows Server 2008
- The SVN Server i'm using to store my repository is: VisualSVN Server Manager 2.5.7
- The command "svnadmin path_to_my_repository" actually is taking about 18~24 hours.