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 2014/06/18 16:51:55 UTC

svn commit: r1603471 - /subversion/trunk/subversion/include/svn_client.h

Author: rhuijben
Date: Wed Jun 18 14:51:54 2014
New Revision: 1603471

URL: http://svn.apache.org/r1603471
Log:
* subversion/include/svn_client.h
  (svn_client_cat3): Extend documentation on the props output property.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1603471&r1=1603470&r2=1603471&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Jun 18 14:51:54 2014
@@ -5786,6 +5786,10 @@ svn_client_ls(apr_hash_t **dirents,
  *         determined. <br>
  *         If no error occurred, return #SVN_NO_ERROR.
  *
+ * If @a *props is not NULL it is set to a hash of all the files properties,
+ * including its entry props. If it is NULL, the properties are only used
+ * for determining how and if the file should be translated.
+ *
  * @see #svn_client_ctx_t <br> @ref clnt_revisions for
  *      a discussion of operative and peg revisions.
  *