Simon Large <simon.tortoisesvn_at_googlemail.com> wrote:
> >> > I also notice that WC change detection is not working at the moment,
> >> > at least not for folders. If I generate a fresh rev graph with that
> >> > option enabled, or if I enable the option and hit F5 I still don't get
> >> > a modified node.
> >>
> >> This is still a problem in the nightly.
> >
> > Could you post a reproduction recipe? I works perfectly with
> > my working copy. However, it will only reflect the status
> > of the respective folder sub-tree, not the whole surrounding
> > working copy.
>
> Update {TSVN}/trunk/doc
> Modify doc/source/en/TortoiseSVN/tsvn_subwcrev.xml
> Show graph for {TSVN}/trunk/doc
>
> Neither the WC node nor the modified WC node show up.
Thanks for the recipe! Fixed in r15454.
TSVN used the latest update revision (usually global repository
HEAD) instead of the commit revision (usually WC HEAD).
For paths like /doc that receive relatively few commit, there
will often be no suitable revision node. On /src or event /trunk,
it worked most of the time.
r15455 and 15456 may solve the redraw and tooltip issues.
-- Stefan^2.
Received on 2009-02-22 23:57:30 CET