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

Re: svn commit: r39623 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 26 Sep 2009 19:27:05 -0400

On Sat, Sep 26, 2009 at 11:22, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_wc/wc_db.c  Sat Sep 26 08:22:48 2009        (r39623)
>...
> @@ -2808,9 +2809,7 @@ svn_wc__db_op_invalidate_last_mod_time(s
>                                  STMT_UPDATE_BASE_LAST_MOD_TIME,
>                                  scratch_pool));
>
> -  /* Setting the last mod time to zero will effectively invalidate it's
> -     value. */
> -  SVN_ERR(svn_sqlite__bind_int64(stmt, 3, 0));
> +  SVN_ERR(svn_sqlite__bind_int64(stmt, 3, last_mod_time));
>
>   return svn_error_return(svn_sqlite__step_done(stmt));
>  }

This function needs to call flush_entries().

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2400816
Received on 2009-09-27 01:27:23 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.