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

Re: svn commit: r942820 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 10 May 2010 13:16:30 -0400

On Mon, May 10, 2010 at 12:57, <julianfoad_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Mon May 10 16:57:42 2010
> @@ -2388,10 +2388,10 @@ svn_wc__get_pristine_contents(svn_stream
>
>         svn_error_clear(err);
>
> -        return svn_error_return(svn_wc__get_revert_contents(contents,
> -                                                            db, local_abspath,
> -                                                            result_pool,
> -                                                            scratch_pool));
> +        SVN_ERR(svn_wc__text_revert_path(&text_base, db, local_abspath,
> +                                         scratch_pool));
> +        return svn_stream_open_readonly(contents, text_base,
> +                                   result_pool, scratch_pool);

svn_error_return ?
Received on 2010-05-10 19:17:01 CEST

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.