You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/06/21 10:56:30 UTC

svn propchange: r1495335 - svn:log

Author: brane
Revision: 1495335
Modified property: svn:log

Modified: svn:log at Fri Jun 21 08:56:30 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 21 08:56:30 2013
@@ -10,3 +10,17 @@ Add methods to the JavaHL RA api for man
    ISVNRemote.getRevisionProperties,
    ISVNRemote.getRevisionProperty): New methods.
   (RemoteSession.nativeChangeRevisionProperty): New native wrapper.
+
+[in subversion/bindings/javahl/native]
+* RemoteSession.h, RemoteSession.cpp
+  (RemoteSession::changeRevisionProperty,
+   RemoteSession::getRevisionProperties,
+   RemoteSession::getRevisionProperty): New methods.
+* org_apache_subversion_javahl_remote_RemoteSession.cpp: New native wrappers.
+
+[in subversion/bindings/javahl/tests/org/apache/subversion/javahl]
+* SVNRemoteTests.java
+  (SVNRemoteTests.testChangeRevpropNoAtomic,
+   SVNRemoteTests.testChangeRevpropAtomic,
+   SVNRemoteTests.testGetRevpropList,
+   SVNRemoteTests.testGetRevprop): New test cases.