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.
Posted by Vadim at August 12, 2004 10:56 AMDon't forget disabling the creation of 8.3 names if you are on ntfs.
Posted by: Ron at August 12, 2004 2:50 PMUser a better filesystem like ReiserFS on Linux :-)
Posted by: Nadeem at August 12, 2004 3:59 PM