Everybody is switching from CVS to Subversion. Subversion is great, it has some excellent new features:
But, unfortunately, it has some downsides too: local checkout produces way more files. On the example of Apache Cocoon, CVS checkout of the version 2.1.5-dev used to have 11695 files (or so ;-)), when SVN checkout of version 2.1.6-dev now produces 36241 files.
As a result, commands svn update, svn status require more disk operations, and take more time, than single cvs update (which plays roles of both svn commands). What can be done to speed up SVN? Currently, I can suggest two options:
Have a suggestion on how to speed up SVN? Let me know.