You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/01/25 20:52:58 UTC

svn commit: r1654697 - /subversion/trunk/subversion/libsvn_ra_serf/property.c

Author: rhuijben
Date: Sun Jan 25 19:52:57 2015
New Revision: 1654697

URL: http://svn.apache.org/r1654697
Log:
* subversion/libsvn_ra_serf/property.c
  (deliver_node_props): Add comment that got lost in r1654696.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/property.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/property.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/property.c?rev=1654697&r1=1654696&r2=1654697&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/property.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/property.c Sun Jan 25 19:52:57 2015
@@ -523,6 +523,11 @@ svn_ra_serf__deliver_svn_props(void *bat
   return SVN_NO_ERROR;
 }
 
+/*
+ * Implementation of svn_ra_serf__prop_func_t that delivers all DAV properties
+ * in (const char * -> apr_hash_t *) on Namespace pointing to a second hash
+ *    (const char * -> svn_string_t *) to the values.
+ */
 static svn_error_t *
 deliver_node_props(void *baton,
                   const char *path,