From 2faadd7160adeccb51dd387be7126429aab579be Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 28 Nov 2014 14:28:07 +0000
Subject: [PATCH] OPENDJ-1644 (CR-5507) Update svnkit version to be compatible with svn 1.8 Now use svnkit 1.8.5

---
 opends/ext/svnkit/CHANGES.txt |   79 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 1 deletions(-)

diff --git a/opends/ext/svnkit/changelog.txt b/opends/ext/svnkit/CHANGES.txt
similarity index 89%
rename from opends/ext/svnkit/changelog.txt
rename to opends/ext/svnkit/CHANGES.txt
index 1490f72..b27bf50 100644
--- a/opends/ext/svnkit/changelog.txt
+++ b/opends/ext/svnkit/CHANGES.txt
@@ -1,3 +1,80 @@
+== version 1.8.5 ==
+
++ Properties merge didn't work correctly in 1.8.4, fixed.
++ Stability improvements.
+
+== version 1.8.4 ==
+
++ Full transparent support of 1.7 working copy format.
++ Crash on concurrent access to GNOME Keyring fixed.
++ Non-atomic rename issues when JNA is not present fixed.
++ Missing JavaHL 1.8 methods implemented.
++ Stability and performance improvements.
+
+== version 1.8.3-1 ==
+
++ Pre 1.8.4 version.
+
+== version 1.8.3 ==
+
++ JNA dependency is optional again.
++ Users may replace JNA version 3.5.2 with version 4.0.0 
+  (unless JDK 1.5 compatibility is needed).
++ SqlJet 1.1.10 is used now for better performance on checking out large projects.
++ Stability improvements.
+
+== version 1.8.2 ==
+
++ Optional readonly support of 1.7 working copy format
++ Number of exceptions and status issues fixed.
+
+== version 1.8.1 ==
+
++ Eclipse update site issues fixed.
++ In case of multithreaded high load access, commit to FSRepository might fail
+  on Windows due to file rename operation non-atomic behavior, fixed.
++ JNA dependency set to 3.5.2
++ Remote diff functionality might not work properly, fixed.
+
+== version 1.8.0 ==
+
++ Subversion 1.8.0 working copy and repositories format support. 
+
+== version 1.7.11 ==
+
++ Eclipse update site issues fixed.
++ Minor performance improvements.
++ Minor stability improvements and bugfixes. 
+
+== version 1.7.10 ==
+
++ SSH agent support added via JSCH library.
++ Minor stability improvements and bugfixes. 
+
+== version 1.7.9 ==
+
++ SSL support improvements.
++ SqlJet library 1.1.7 is used.
++ Other minor stability improvements and bugfixes. 
+
+== version 1.7.8 ==
+
++ HTTP proxy authentication improvements.
++ Batch commit support for 1.7 working copies.
++ When used within Eclipse 4.2, credentials were not saved, fixed. 
++ SqlJet library 1.1.6 is used.
++ Other minor stability improvements and bugfixes. 
+
+== version 1.7.6 ==
+
++ Deadlock in connections pool code fixed.
++ Connections might be left open on connections pool disposal.
++ Error reporting improved for DAV operations.
++ Remote diff might leave SSH connection open for a while when svn+ssh was used.
++ SSL Proxy supports authentication other than Basic.
++ SqlJet library 1.1.4 is used.
++ Other minor stability improvements and bugfixes. 
+
 == version 1.7.5-v1 ==
 
 + SVNLookClient.doGetChangedDirectories failed on revision 0, fixed.
@@ -668,4 +745,4 @@
 = build 20041105
 
 + switch and relocate operations
-+ bugfixes
\ No newline at end of file
++ bugfixes

--
Gitblit v1.10.0