Skip to content

Commit 913b396

Browse files
committed
Load new Windows DLL's for SVN 1.10
1 parent cc7cd43 commit 913b396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javahl/src/main/java/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapterFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public class JhlClientAdapterFactory extends SVNClientAdapterFactory {
3737
"dbghelp", "libsasl",
3838
// libraries as of 1.5
3939
"libsvn_subr-1", "libsvn_delta-1", "libsvn_diff-1", "libsvn_wc-1",
40-
"libsvn_fs-1", "libsvn_repos-1", "libsvn_ra-1", "libsvn_client-1"
40+
"libsvn_fs_util-1", "libsvn_fs_fs-1", "libsvn_fs_x-1", "libsvn_fs-1",
41+
"libsvn_repos-1", "libsvn_ra-1", "libsvn_client-1"
4142
};
4243

4344
private static boolean availabilityCached = false;

0 commit comments

Comments
 (0)