From 208ac44ce6e3a930ca4d4cfcd1177e7bd98458dd Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 21 Oct 2008 15:30:14 +0000
Subject: [PATCH] Fix an issue where OpenDS revision number is set to -1 when using svn 1.5. The solution involves upgrading svnkit to version 1.2.0 and updating code calling svnkit.

---
 opends/ext/svnkit/COPYING |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/ext/svnkit/COPYING b/opends/ext/svnkit/COPYING
index 2e7d2e3..f30961b 100644
--- a/opends/ext/svnkit/COPYING
+++ b/opends/ext/svnkit/COPYING
@@ -1,12 +1,12 @@
 The TMate License
 
 This license applies to all portions of TMate SVNKit library, which 
-are not externally-maintained libraries (e.g. Ganymed SSH library).
+are not externally-maintained libraries (e.g. Trilead SSH library).
 
-All the source code and compiled classes in package org.trigris.subversion.javahl
+All the source code and compiled classes in package org.tigris.subversion.javahl
 except SvnClient class are covered by the license in JAVAHL-LICENSE file
 
-Copyright (c) 2004-2006 TMate Software. All rights reserved.
+Copyright (c) 2004-2008 TMate Software. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, 
 are permitted provided that the following conditions are met:

--
Gitblit v1.10.0