[android-developers] Re: Unable to load default SVN Client

2010-12-23 Thread Bob Kerns
Well, you've installed the user interface, and the common API library, so now all you need is an implementation. There are three possibilities. SVNKit is an all-Java implementation. JavaHL is a JNI binding to the SVN libraries. And it can also make use of the SVN command line if neither of the

[android-developers] Re: Unable to load default SVN Client

2010-12-23 Thread cellurl
I did what you said, and added this. Now svn works. Subversion native JavaHL library thanks cellurl On Dec 23, 2:54 am, Bob Kerns r...@acm.org wrote: Well, you've installed the user interface, and the common API library, so now all you need is an implementation. There are three