Bert Huijben wrote: > Log: > Allow svn_wc__db_add_directory() to attach a directory to its parent, to > allow removing another use case of entries from svn_wc_add4(). > > * subversion/libsvn_wc/adm_ops.c > (svn_wc_add4): Move for copyfrom_url in repos_root out > of the entries handling. Directly remove incomplete entry from new > directory when we only need the directory for local additions. Use > svn_wc__db_op_add_directory() for directory additions. > > * subversion/libsvn_wc/wc_db.c > (svn_wc__db_op_add_directory): Hook directory to parent directory > instead of just ignoring the parent when the directories are not > attached. Ignoring the parent is never valid as a top level wcroot > can never be added.
Hi Bert. That comment about svn_wc__db_op_add_directory() sounds like it would be useful to have in the function's doc string. - Julian