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

Re: tcptrace demonstrating the bug

From: Björn Eriksson <owbear_at_gmail.com>
Date: 2005-10-27 14:54:32 CEST

Stefan Küng <tortoisesvn <at> gmail.com> writes:
> Björn Eriksson wrote:
> > Stefan Küng <tortoisesvn <at> gmail.com> writes:
> >>> But... you wrote "F5 now only refreshes the already visible revisions (it
> >>> fetched *all* revisions before)." -- this is still not true (in 4772).
> >> Why not? Which revisions does it fetch then?
> >
> > Which revisions does it fetch on your machine?
> >
> >
> > On mine, the first F5-refresh fetches all revisions.
>
> Not on mine.
> Does it just fetch all revisions or does it also *show* all revisions?

 The first request uses a limit of 100, the second (the refresh) does not:

        <S:log-report xmlns:S="svn:">
                <S:start-revision>293</S:start-revision>
                <S:end-revision>1</S:end-revision>
                <S:limit>100</S:limit>
                <S:discover-changed-paths/>
                <S:path></S:path>
        </S:log-report>

        <S:log-report xmlns:S="svn:">
                <S:start-revision>293</S:start-revision>
                <S:end-revision>1</S:end-revision>
                <S:discover-changed-paths/>
                <S:path></S:path>
        </S:log-report>

> > Btw, the tab-order is rather strange in the "Log Messages"-dialog and has
> > some "dead" positions.
>
> The tab order seems just fine to me.
>
> Please, please: when you report something, be more specific! You write
> about "rather strange" (what's that supposed to mean?), and even worse
> about "some dead positions" - can't you just tell *what* controls are
> not dead?

 Sorry, I'll have to get back to you on that one when I have more time. I hoped
a helpful nudge would be enough.

-- 
//Björnen. owbear(a)gmail.com | bjorn(a)bjornen.nu | http://bjornen.nu
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Oct 27 15:36:12 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.