[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Resolve issue 2426: Reverting relative to working copy root (sometimes) fails

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-29 17:30:00 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.