Skip to content

Commit

Permalink
Load new Windows DLL's for SVN 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
markphip committed Apr 26, 2018
1 parent cc7cd43 commit 913b396
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class JhlClientAdapterFactory extends SVNClientAdapterFactory {
"dbghelp", "libsasl",
// libraries as of 1.5
"libsvn_subr-1", "libsvn_delta-1", "libsvn_diff-1", "libsvn_wc-1",
"libsvn_fs-1", "libsvn_repos-1", "libsvn_ra-1", "libsvn_client-1"
"libsvn_fs_util-1", "libsvn_fs_fs-1", "libsvn_fs_x-1", "libsvn_fs-1",
"libsvn_repos-1", "libsvn_ra-1", "libsvn_client-1"
};

private static boolean availabilityCached = false;
Expand Down

0 comments on commit 913b396

Please sign in to comment.