« Return to Thread: Performance problems while getting all dirs from a repository

Re: Performance problems while getting all dirs from a repository

by Sandro F :: Rate this Message:

Reply to Author | View in Thread

Does not work for me so far :(.

Does it only work with a new version from SVNKit? Unfortunately I have to use the very old version 1.0 :(! But, if this can fix my problem I will try to update SVNKit. Are the new versions compatible to all 1.0 functions?

Regards,
Sandro




Alexander Kitaev-3 wrote:
Hello Sandro,

Using low-level API (SVNRepository) and in particular
SVNRepository.status method with custom ISVNEditor implementation would
let you get the whole repository tree faster, comparing to doList(...) call.

See
https://wiki.svnkit.com/Recursively%20fetching%20properties%20from%20a%20repository%20(low-level%20API)
for details. Article tells about fetching properties, but as you'll see
repository tree is received at the same time.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

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

 « Return to Thread: Performance problems while getting all dirs from a repository