You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/03/29 15:44:02 UTC

svn commit: r928773 - /subversion/trunk/subversion/libsvn_client/client.h

Author: julianfoad
Date: Mon Mar 29 13:44:02 2010
New Revision: 928773

URL: http://svn.apache.org/viewvc?rev=928773&view=rev
Log:
* subversion/libsvn_client/client.h
  (svn_client__do_commit): Clarify doc string.

Modified:
    subversion/trunk/subversion/libsvn_client/client.h

Modified: subversion/trunk/subversion/libsvn_client/client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/client.h?rev=928773&r1=928772&r2=928773&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/client.h (original)
+++ subversion/trunk/subversion/libsvn_client/client.h Mon Mar 29 13:44:02 2010
@@ -918,9 +918,11 @@ svn_client__condense_commit_items(const 
    NOTIFY_PATH_PREFIX will be passed to CTX->notify_func2() as the
    common absolute path prefix of the committed paths.  It can be NULL.
 
-   If the caller wants to keep track of any outstanding temporary
-   files left after the transmission of text and property mods,
-   *TEMPFILES is the place to look.
+   If TEMPFILES is not NULL, create in the temporary-text-base directory a
+   copy of the working version of each file transmitted, but with keywords
+   and eol translated to repository-normal form, and set *TEMPFILES to a
+   hash whose keys are the (const char *) abspaths of these files and whose
+   values are unspecified.
 
    MD5 checksums, if available,  for the new text bases of committed
    files are stored in *CHECKSUMS, which maps const char* paths (from the