> On 10 November 2011 15:42, Gerald Britton <gerald dot britton at gmail dot com> wrote:
> >> On 10 November 2011 15:12, Gerald Britton <gerald dot britton at gmail dot com> wrote:
> >> >> What you are seeing is a problem with the way overlay icons are displayed.
> >> >
> >> > Precisely! But that is what I have been trying to say (badly, as it turns out)
> >> >
> >> > Is it a bug or a feature? Should it be reported?
> >>
> >> Did you look at whether you have too few overlay slots available?
> >> http://tortoisesvn.net/faq.html#ovlnotall
> >
> > I don't think that's the problem. If I remove the blank before the line end in sgn:ignore, so
> >
> > *.foo \n
> >
> > becomes
> >
> > *.foo\n
> >
> > then the icon correctly has a ? mark and the commit dialog shows the file as unversioned. If I put back the blank before lineend, the ? mark changes back to a minus sign
>
> The icons sound correct to me. Minus means ignored and question mark
> means unversioned. Are you sure it is not just your perception that is
> reversed? Can you tell us the icon and svn status in both these cases
> please, i.e.
>
> ignore *.foo\n - what icon and what status?
? mark, unversioned
> ignore *.foo \n - what icon and what status?
minus sign, unversioned
This is the one I think is inconsistent
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2877015
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-10 19:33:26 CET