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?

Reply via email to