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

Re: svn commit: r35485 - branches/explore-wc/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 27 Jan 2009 12:28:55 +0100

On Tue, Jan 27, 2009 at 00:26, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> * subversion/libsvn_wc/entries.c
> (write_entry_old): Resurrect the "old" version of this function, and name it
> such.
> (insert_base_node, insert_working_node): New.
> (write_entry): Call the old version, and then call the appropriate sql bits.

Ah. Much better!

>...
> +++ branches/explore-wc/subversion/libsvn_wc/entries.c Mon Jan 26 15:26:26 2009 (r35485)
> @@ -1566,30 +1566,21 @@ write_time(svn_stringbuf_t *buf, apr_tim
> entry for "this dir" THIS_DIR for comparison/optimization.
> Allocations are done in POOL. */
> static svn_error_t *
> -write_entry(svn_stringbuf_t *buf,
> - svn_sqlite__db_t *wc_db,
> - apr_int64_t wc_id,
> - svn_wc_entry_t *entry,
> - const char *name,
> - svn_wc_entry_t *this_dir,
> - apr_pool_t *pool)
> +write_entry_old(svn_stringbuf_t *buf,
> + svn_wc_entry_t *entry,

const?

(yes, I know the original didn't have it, but hey... it *should*, I
think... yup: see r35487)

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1058587
Received on 2009-01-27 12:29:12 CET

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.