Stefan Sperling wrote on Wed, 26 May 2010 at 18:10 +0200: > If you want svn to collapse revisions more often, you'll need to > re-compile Subversion after tweaking the SVN_FS_FS_DEFAULT_MAX_FILES_PER_DIR > constant in subversion/libsvn_fs_fs/fs_fs.c >
Not necessary. This #define just controls the value written into $REPOS/db/format at 'svnadmin create' time; you could just as well modify that file after 'svnadmin create' (and before committing r1000) and svn would DTRT. > Stefan > >