Please not that using svn_log without giving revisions is much, much slower then with revisions. Examples:$ time php -r "svn_log('http://localhost/svn/shopadsl');"real 0m2.140suser 0m0.140ssys 0m0.000sVS$ time php -r "svn_log('http://localhost/svn/shopadsl', 0, 45);"real 0m0.063suser 0m0.024ssys 0m0.016s