You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/08/30 21:50:25 UTC

svn propchange: r990921 - svn:log

Author: hwright
Revision: 990921
Modified property: svn:log

Modified: svn:log at Mon Aug 30 19:50:25 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Aug 30 19:50:25 2010
@@ -1,7 +1,6 @@
-Remove the separate target for invoking the JavaHL compat tests, and fold
-them into the standard JavaHL test target.  Run the standard tests before
-the compat ones.
+JavaHL: When creating the client context, set the more immutable members in
+the constructor, rather than every time the context is requested.
 
-* Makefile.in
-  (check-javahl): Run both compat and standard tests.
-  (check-javahl-compat): Remove.
+* subversion/bindings/javahl/native/ClientContext.cpp
+  (ClientContext): Set some members here...
+  (getContext): ...instead of here.