You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by vm...@apache.org on 2012/05/25 20:07:53 UTC

svn propchange: r1342676 - svn:log

Author: vmpn
Revision: 1342676
Modified property: svn:log

Modified: svn:log at Fri May 25 18:07:53 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 25 18:07:53 2012
@@ -5,13 +5,18 @@ Brought RA implementation up to date wit
 [in subversion/bindings/javahl/native]
 
    * SVNReposAccess.cpp
-      (SVNReposAccess): Drop the global pool mutex as it is not necessary, as per r1154119
-      (getDatedRev, getLocks, checkPath): Use getPool() instead of pool as per r1154155
+      (SVNReposAccess): Drop the global pool mutex as it is not necessary, as
+         per r1154119
+      (getDatedRev, getLocks, checkPath): Use getPool() instead of pool as per
+         r1154155
 
 [in subversion/bindings/javahl/src/org/apache/subversion/javahl/]
 
-   * ISVNReposAccess.java, SVNReposAccess.java: Added imports for org.apache.subversion.javahl.types.*  because classes moved from the org.apache.subversion.javahl package
+   * ISVNReposAccess.java,
+     SVNReposAccess.java: Added imports for org.apache.subversion.javahl.types.*
+        because classes moved from the org.apache.subversion.javahl package
 
 [in subversion/bindings/javahl/test/org/apache/subversion/javahl/]
 
-   * SVNRATests.java: Added imports for org.apache.subversion.javahl.types.*  because classes moved from the org.apache.subversion.javahl package
+   * SVNRATests.java: Added imports for org.apache.subversion.javahl.types.*
+        because classes moved from the org.apache.subversion.javahl package