Ross Lagerwall <rosslagerw...@gmail.com> writes: > The resulting .svn dir is about 19000 files and 522MiB. However, wc.db > is 203MiB. This seems huge compared with the size of the checkout. Is > this normal? Is there any way to get this file to be smaller?
Subversion doesn't enable auto_vacuum so run: sqlite3 .svn/wc.db "vacuum" http://sqlite.org/lang_vacuum.html -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download