Philip Martin <philip.mar...@wandisco.com> writes: > Does your working copy have "large" directories, i.e. a directory with a > large number of immediate subdirs/files? (It should be possible to > forumulate an SQL statement that tells me, but my SQL isn't good > enough).
Thanks to Daniel: $ sqlite3 .svn/wc.db "select parent_relpath, count(*) AS n from nodes group by parent_relpath order by n desc limit 1" -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com