On Mon, Apr 18, 2011 at 16:35,  <rhuij...@apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/questions.c Mon Apr 18 20:35:14 2011
>...
> @@ -146,8 +156,22 @@ compare_and_verify(svn_boolean_t *modifi
>       return svn_error_return(svn_stream_close(pristine_stream));
>     }
>
> -  /* #### Can a file be smaller then its repository_normal form, or other
> -          optimizations? */
> +  if (need_translation
> +      && !special
> +      && !props_mod
> +      && (keywords == NULL)
> +      && (versioned_file_size < versioned_file_size))

That last line of the check certainly doesn't look correct :-P

>...
> @@ -287,8 +311,8 @@ svn_wc__internal_file_modified_p(svn_boo
>
>   if (! force_comparison)
>     {
> -      svn_filesize_t translated_size;
> -      apr_time_t last_mod_time;
> +      svn_filesize_t recorded_size;
> +      apr_time_t recorded_mod_time;

Nice.

>..

Cheers,
-g

Reply via email to