I've made a couple tweaks to get SVNKit working on Android.

However, when I try to checkout larger repositories (40 meg) I get
connection reset errors with a half checked-out repository.

Calling 
SVNUpdateClient.doCheckout(svnurl, path, SVNRevision.HEAD, SVNRevision.HEAD,
SVNDepth.INFINITY, false);

Is it possible to check repositories out piece-wise using
SVNDepth.IMMEDIATES and then recursing into the directories and checking
them out until I hit a directory with no folders? (Or would this just create
a bunch of single-directory repositories?)

This would keep my connections shorter and hopefully prevent them from
getting reset.

I can check out the repository fine using the same code on the PC.
-- 
View this message in context: 
http://old.nabble.com/SVNkit-on-Android-tp34222489p34222489.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to