SVN performance after many revisions
What type of repo do you have? FSFS or BDB? (Let’s assume FSFS for now, since that’s the default.) In the case of FSFS, each revision is stored as a diff against the previous. So, you would think that yes, after many revisions, it would be very slow. However, this isn’t the case. FSFS uses … Read more