You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2010/04/18 23:08:11 UTC

svn propchange: r935408 - svn:log

Author: gstein
Revision: 935408
Modified property: svn:log

Modified: svn:log at Sun Apr 18 21:08:11 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Apr 18 21:08:11 2010
@@ -1,12 +1,12 @@
 Implement svn_wc__db_op_add_*. These functions add nodes to the WORKING
 tree, corresponding to the "svn add FOO" command.
 
-* subversion/wc_db.h:
+* subversion/libsvn_wc/wc_db.h:
   (svn_wc__db_op_add_directory, svn_wc__db_op_add_file,
       svn_wc__db_op_add_symlink): add a WORK_ITEMS parameter
   (svn_wc__db_temp_wcroot_tempdir): add docstring
 
-* subversion/wc_db.c:
+* subversion/libsvn_wc/wc_db.c:
   (insert_working_baton_t): new baton for inserting rows into
     WORKING_NODE, similar to insert_base_baton_t.
   (insert_base_node): use svn_relpath_dirname instead of dirent_dirname