« Return to Thread: Seeking SVNKit speedup via JavaHL -

Re: Seeking SVNKit speedup via JavaHL -

by Andy Cohen-2 :: Rate this Message:

Reply to Author | View in Thread

Alexander Kitaev wrote:
> [...]
> What options do you use when calling doLog or logMessages operation?
Alexander, you were exactly right! I was not doing an apples-to-apples
comparison between the SVN command-line tools and SVNKit for the "svn
log" operation. Specifically, my SVNKit program does the equivalent of
"svn --verbose log", but I was timing only the non-verbose "svn log"
command-line invocation.

When I compared equivalent operations, they took exactly the same time.
Hooray for SVNKit!

I still believe that I have some SVNKit performance problems regarding
merging and/or committing changes, but thanks to you, I know I can stop
spending time examining SVNKit's "svn log" performance, and move on to
other parts of the program. I'll probably have more questions as I get
further along with that task.

Also, I have another program to write which will do only "svn log"
operations, and I now have a high degree of confidence that it will
perform well.

Thank you very much,

    Andy Cohen


---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...

 « Return to Thread: Seeking SVNKit speedup via JavaHL -