On 6/6/06, Stefan Küng <tortoisesvn@gmail.com> wrote:
> Garrett Rooney wrote:
> > On 6/6/06, Stefan Küng <tortoisesvn@gmail.com> wrote:
> >
> >> Good point! Actually, I have a debug build ready, but for some unknown
> >> reason I used the release build to test it.
> >>
> >> But I found it anyway by stepping through the code. Your patch checks
> >> the return value in line 302 in file questions.c. But the function
> >> actually fails some lines below:
> >>
> >> if (! v_stream)
> >> {
> >> same = FALSE;
> >> }
> >> else
> >> {
> >> SVN_ERR(svn_stream_contents_same(&same, b_stream, v_stream,
> >> pool));
> >>
> >> SVN_ERR(svn_stream_close(v_stream));
> >> }
> >>
> >> It fails in svn_stream_contents_same(), there the error
> >> SVN_ERR_IO_INCONSISTENT_EOL is returned.
> >
> > Ahh, ok. Here, try this.
>
> Sorry for the delay. I had to do a complete rebuild after the batteries
> on my laptop died (haven't noticed that the cable was not plugged in).
>
> The patch works great! Now the status of such files is shown as modified
> and 'svn st' doesn't error out anymore.
Cool, committed to trunk in r19971. Will propose for backport to 1.4.x.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 6 21:50:36 2006