Now with patch...
On 10/29/05, Erik Huelsmann <ehuels@gmail.com> wrote:
> This patch fixes issue 2426, which is a wc-replacements regression.
>
> I think it could use some review before I commit this though, so, if you please.
>
> Effectively, this patch makes it possible to create relative prop-file
> paths without path calculation outside of props.c. Currently path
> calculations do take place to insert relative prop paths into log
> files.
>
> 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.
>
>
> ]]]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 29 17:38:34 2005