The efficiency of svnlook changed

"zongganli(李宗淦)" <[email protected]> Thu, 25 Jul 2024 12:42:54 +0800
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <[email protected]>
Hello,


I just found that in&nbsp;revision 1303856 https://svn.apache.org/viewvc?view=revision&amp;revision=1303856, it sets the send_deltas in svnlook to TRUE.&nbsp;
Actually, on our svn server, we set&nbsp;send_deltas=FALSE, as our repos are so large, which takes a long time to run&nbsp;svnlook changed. For example, in a 30GB+ repo, it takes more than 20 minutes, but without send_deltas, it is less than 1s.&nbsp;
So I wonder if there is any risk to run svnlook changed with send_deltas=FALSE.







Zonggan Li