Author: julianfoad
Date: Mon Jun 28 17:39:52 2010
New Revision: 958653
URL: http://svn.apache.org/viewvc?rev=958653&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
(add_file_with_history): Fix a comment - a follow-up to r867451.
Modified:
subversion/trunk/subversion/libsvn_wc/update_editor.c
Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=958653&r1=958652&r2=958653&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Mon Jun 28 17:39:52
2010
@@ -3479,9 +3479,9 @@ copy_regular_props(apr_hash_t *props_in,
normal versioned file. (Local edits are copied as well.) If not
found, then resort to fetching the file in a special RA request.
- After the file is fully installed, call the editor's open_file() on
- it, so that any subsequent apply_textdelta() commands coming from
- the server can further alter the file.
+ Store the resulting base and working text and properties in the file
+ baton TFB, so that any subsequent apply_textdelta() commands coming from
+ the server can further alter the file before it is installed.
*/
static svn_error_t *
add_file_with_history(const char *path,