You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Erik Huelsmann <eh...@gmail.com> on 2005/10/30 23:33:03 UTC

[PATCH] Fix issue 2426 version 2

Iteration 2 of the patch. I've addressed Zhakov's concerns and am
looking for more nits.

bye,


Erik.

Log:
[[[
Fix issue #2426: revert_tests.py test 1 fails.

* subversion/libsvn_wc/adm_files.h
* subversion/libsvn_wc/adm_files.c
  (svn_wc__wcprop_path, svn_wc__prop_path, svn_wc__prop_base_path,
   svn_wc__prop_revert_path): Change function signature to take an explicitly
  specified node kind, indicating which property file we want, instead of
  deducing that from path and adm_access.

* subversion/libsvn_wc/props.c
* subversion/libsvn_wc/diff.c
* subversion/libsvn_wc/copy.c
* subversion/libsvn_wc/adm_crawler.c
* subversion/libsvn_wc/log.c
* subversion/libsvn_wc/adm_ops.c
* subversion/libsvn_wc/update_editor.c
* subversion/libsvn_wc/questions.c:
  Adjust callers.


]]]