The efficiency of svnlook changed

2024-07-24 Thread zongganli(李宗淦)
Hello, I just found that in revision 1303856 https://svn.apache.org/viewvc?view=revision&revision=1303856, it sets the send_deltas in svnlook to TRUE.  Actually, on our svn server, we set send_deltas=FALSE, as our repos are so large, which takes a long time to run svnlook changed. For example,

Re: [Bugs] svnlook history --limit

2024-07-24 Thread Daniel Sahlberg
ons 24 juli 2024 kl. 11:36 skrev zongganli(李宗淦) : > Hello, > > We found a bug in svnlook history --limit. > It can not deal with the illegal input like "-1", as "apr_size_t" could > be unsigned. > > We have fixed the bug, should we send the patch to > d...@subversion.apache.org or start a issuse f

[Bugs] svnlook history --limit

2024-07-24 Thread zongganli(李宗淦)
Hello, We found a bug in svnlook history --limit. It can not deal with the illegal input like "-1", as "apr_size_t" could be unsigned. We have fixed the bug, should we send the patch to d...@subversion.apache.org or start a issuse first. zonggan