[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Combining svn log 'search' and 'limit'

From: Dmitrijs Reinmanis <dmgpage_at_gmail.com>
Date: Mon, 6 Nov 2017 11:38:28 +0200

Hello!

I want to make simple tool, for viewing svn log results and without search
everything works well. Now I want to implement search, and I have some
problems with search and limit combination. Without limit search works
well, but with limit result is totally unpredictable. For example, if I
enter "limit 30", it may return 28 records for revision "121:1" and 7
records for revision "86:1".

Why it is working so strange and what you can suggest, to make correct
pagination for svn log and search combination?
Received on 2017-11-06 10:42:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.