[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-dev
Subject:    Re: svn commit: r39623 - trunk/subversion/libsvn_wc
From:       Greg Stein <gstein () gmail ! com>
Date:       2009-09-26 23:27:05
Message-ID: 6cca3db30909261627v197484c2x5e4e8a9f1db50be () mail ! gmail ! com
[Download RAW message or body]

On Sat, Sep 26, 2009 at 11:22, Hyrum K. Wright <hyrum@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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic