You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/10/16 03:17:54 UTC

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

Author: philip
Date: Tue Oct 16 01:17:53 2012
New Revision: 1398600

URL: http://svn.apache.org/viewvc?rev=1398600&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_create_context2): Document cfg_hash parameter.

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=1398600&r1=1398599&r2=1398600&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Oct 16 01:17:53 2012
@@ -990,7 +990,9 @@ typedef struct svn_client_ctx_t
 
 /** Initialize a client context.
  * Set @a *ctx to a client context object, allocated in @a pool, that
- * represents a particular instance of an svn client.
+ * represents a particular instance of an svn client. @a cfg_hash is used
+ * to initialise the config member of the returned context object and should
+ * remain valid for the lifetime of the object.
  *
  * In order to avoid backwards compatibility problems, clients must
  * use this function to initialize and allocate the